class

HqTrivia::Model::GameSummary

Inherits HqTrivia::Model::WebSocketMessage < Reference < Object

Sent from the server containing information about the game, once it has ended. Including winner information.

Constructors

new(__temp_204 : JSON::PullParser)
Source

Instance methods

c=(_c : Int32)
Source
num_winners
Source
num_winners=(_num_winners : Int32)
Source
sent
Source
sent=(_sent : Time)
Source
show_id
Source
show_id=(_show_id : Int32)
Source
to_json(json : JSON::Builder)
Source
ts=(_ts : Time)
Source
type
Source
type=(_type : String)
Source
winners
Source
winners=(_winners : Array(Winner))
Source
you_won
Source
you_won=(_you_won : Bool)
Source

Nested types