class HqTrivia::Model::EndRound

Overview

Represents a round end in HQ Words

Included Modules

Defined in:

hqtrivia/model/end_round.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def answer : Array(String) #

[View source]
def answer=(_answer : Array(String)) #

[View source]
def c : Int32 #

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

[View source]
def correct_answers : Int32 #

[View source]
def correct_answers=(_correct_answers : Int32) #

[View source]
def hint : String #

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

[View source]
def incorrect_answers : Int32 #

[View source]
def incorrect_answers=(_incorrect_answers : Int32) #

[View source]
def round_duration_ms : Int32 #

[View source]
def round_duration_ms=(_round_duration_ms : Int32) #

[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 to_json(json : JSON::Builder) #

[View source]
def ts : Time #

[View source]
def ts=(_ts : Time) #

[View source]
def type : String #

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

[View source]