class HqTrivia::Model::GameSummary
- HqTrivia::Model::GameSummary
- Reference
- Object
Overview
Sent from the server containing information about the game, once it has ended. Including winner information.
Included Modules
Defined in:
hqtrivia/model/game_summary.crConstructors
Instance Method Summary
- #c : Int32
- #c=(_c : Int32)
- #num_winners : Int32
- #num_winners=(_num_winners : Int32)
- #sent : Time
- #sent=(_sent : Time)
- #show_id : Int32
- #show_id=(_show_id : Int32)
- #to_json(json : JSON::Builder)
- #ts : Time
- #ts=(_ts : Time)
- #type : String
- #type=(_type : String)
- #winners : Array(Winner)
- #winners=(_winners : Array(Winner))
- #you_won : Bool
- #you_won=(_you_won : Bool)