class HqTrivia::Model::QuestionSummary
- HqTrivia::Model::QuestionSummary
- Reference
- Object
Overview
Sent from the server after the question is closed and the host as revealed the answer.
Included Modules
Defined in:
hqtrivia/model/question_summary.crConstructors
Instance Method Summary
- #advancing_players_count : Int32
- #advancing_players_count=(_advancing_players_count : Int32)
- #answers : Array(Answer)
- #answers=(_answers : Array(Answer))
- #c : Int32
- #c=(_c : Int32)
- #eliminated_players_count : Int32
- #eliminated_players_count=(_eliminated_players_count : Int32)
- #extra_lives_remaining : Int32
- #extra_lives_remaining=(_extra_lives_remaining : Int32)
- #question : String
- #question=(_question : String)
- #question_id : Int32
- #question_id=(_question_id : Int32)
- #question_media : Union(QuestionMedia, Nil)
- #question_media=(_question_media : Union(QuestionMedia, Nil))
- #saved_by_extra_life : Bool
- #saved_by_extra_life=(_saved_by_extra_life : Bool)
- #sent : Time
- #sent=(_sent : Time)
- #to_json(json : JSON::Builder)
- #ts : Time
- #ts=(_ts : Time)
- #type : String
- #type=(_type : String)
- #you_got_it_right : Bool
- #you_got_it_right=(_you_got_it_right : Bool)
- #your_answer_id : Int32
- #your_answer_id=(_your_answer_id : Int32)