class HqTrivia::Model::QuestionClosed
- HqTrivia::Model::QuestionClosed
- Reference
- Object
Overview
Sent from the server when the timelimit as run out on a question.
Included Modules
Defined in:
hqtrivia/model/question_closed.crConstructors
Instance Method Summary
- #c : Int32
- #c=(_c : Int32)
- #question_id : Int32
- #question_id=(_question_id : Int32)
- #round_id : Union(Int32, Nil)
- #round_id=(_round_id : Union(Int32, Nil))
- #sent : Time
- #sent=(_sent : Time)
- #to_json(json : JSON::Builder)
- #ts : Time
- #ts=(_ts : Time)
- #type : String
- #type=(_type : String)