class HqTrivia::Model::BroadcastStats
- HqTrivia::Model::BroadcastStats
- Reference
- Object
Overview
Sent from the server containing various statistics about the broadcast at that point in time. Used in both Trivia and Words
Included Modules
Defined in:
hqtrivia/model/broadcast_stats.crConstructors
Instance Method Summary
- #c : Int32
- #c=(_c : Int32)
- #sent : Time
- #sent=(_sent : Time)
- #status_message : String
- #status_message=(_status_message : String)
- #to_json(json : JSON::Builder)
- #ts : Time
- #ts=(_ts : Time)
- #type : String
- #type=(_type : String)
- #viewer_counts : ViewerCounts
- #viewer_counts=(_viewer_counts : ViewerCounts)