class HqTrivia::Model::StartRound

Overview

Represents a round start in HQ Words

Included Modules

Defined in:

hqtrivia/model/start_round.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_671 : JSON::PullParser) #

[View source]

Instance Method Detail

def c : Int32 #

[View source]
def c=(_c : Int32) #

[View source]
def free_letters : Array(String) #

[View source]
def free_letters=(_free_letters : Array(String)) #

[View source]
def hint : String #

[View source]
def hint=(_hint : String) #

[View source]
def initial_revealed_letters : Array(String) #

[View source]
def initial_revealed_letters=(_initial_revealed_letters : Array(String)) #

[View source]
def puzzle_id : Union(Int32, Nil) #

[View source]
def puzzle_id=(_puzzle_id : Union(Int32, Nil)) #

[View source]
def puzzle_state : Array(String) #

[View source]
def puzzle_state=(_puzzle_state : Array(String)) #

[View source]
def round_id : Int32 #

[View source]
def round_id=(_round_id : Int32) #

[View source]
def round_number : Int32 #

[View source]
def round_number=(_round_number : Int32) #

[View source]
def sent : Time #

[View source]
def sent=(_sent : Time) #

[View source]
def show_id : Int32 #

[View source]
def show_id=(_show_id : Int32) #

[View source]
def time_left_ms : Int32 #

[View source]
def time_left_ms=(_time_left_ms : Int32) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def total_rounds : Int32 #

[View source]
def total_rounds=(_total_rounds : Int32) #

[View source]
def total_time_ms : Int32 #

[View source]
def total_time_ms=(_total_time_ms : Int32) #

[View source]
def type : String #

[View source]
def type=(_type : String) #

[View source]