class HqTrivia::Model::BroadcastEnded
- HqTrivia::Model::BroadcastEnded
- Reference
- Object
Overview
Sent from the server when the broadcast has ended, this can either be because the show has actually ended, or your client lost connection. Used in both Trivia and Words
Included Modules
Defined in:
hqtrivia/model/broadcast_ended.crConstructors
Instance Method Summary
- #reason : Union(String, Nil)
- #reason=(_reason : Union(String, Nil))
- #sent : Time
- #sent=(_sent : Time)
- #to_json(json : JSON::Builder)
- #ts : Time
- #ts=(_ts : Time)
- #type : String
- #type=(_type : String)