class HqTrivia::Model::QuestionFinished
- HqTrivia::Model::QuestionFinished
- Reference
- Object
Overview
Sent from the server when the question is fully done, this is the last message sent pertaining to a question.
Included Modules
Defined in:
hqtrivia/model/question_finished.crConstructors
Instance Method Summary
- #c : Int32
- #c=(_c : Int32)
- #question_id : Int32
- #question_id=(_question_id : Int32)
- #sent : Time
- #sent=(_sent : Time)
- #to_json(json : JSON::Builder)
- #ts : Time
- #ts=(_ts : Time)
- #type : String
- #type=(_type : String)