class

HqTrivia::Model::QuestionSummary

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

Sent from the server after the question is closed and the host as revealed the answer.

Constructors

new(__temp_605 : JSON::PullParser)
Source

Instance methods

advancing_players_count
Source
advancing_players_count=(_advancing_players_count : Int32)
Source
answers
Source
answers=(_answers : Array(Answer))
Source
c=(_c : Int32)
Source
eliminated_players_count
Source
eliminated_players_count=(_eliminated_players_count : Int32)
Source
extra_lives_remaining
Source
extra_lives_remaining=(_extra_lives_remaining : Int32)
Source
question
Source
question=(_question : String)
Source
question_id
Source
question_id=(_question_id : Int32)
Source
question_media
Source
question_media=(_question_media : Union(QuestionMedia, Nil))
Source
saved_by_extra_life
Source
saved_by_extra_life=(_saved_by_extra_life : Bool)
Source
sent
Source
sent=(_sent : Time)
Source
to_json(json : JSON::Builder)
Source
ts=(_ts : Time)
Source
type
Source
type=(_type : String)
Source
you_got_it_right
Source
you_got_it_right=(_you_got_it_right : Bool)
Source
your_answer_id
Source
your_answer_id=(_your_answer_id : Int32)
Source

Nested types