class HqTrivia::Model::CheckpointSummary

Included Modules

Defined in:

hqtrivia/model/checkpoint_summary.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def c : Int32 #

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

[View source]
def checkpoint_id : String #

[View source]
def checkpoint_id=(_checkpoint_id : String) #

[View source]
def num_winners : Int32 #

[View source]
def num_winners=(_num_winners : Int32) #

[View source]
def players_left : Int32 #

[View source]
def players_left=(_players_left : Int32) #

[View source]
def prize_offered : String #

[View source]
def prize_offered=(_prize_offered : String) #

[View source]
def sent : Time #

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

[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]