class HqTrivia::Model::Interaction
- HqTrivia::Model::Interaction
- Reference
- Object
Overview
Sent from the server when a user intercts with the game, for instance a chat message. Used in both Trivia and Words
Included Modules
Defined in:
hqtrivia/model/interaction.crConstructors
Instance Method Summary
- #item_id : String
- #item_id=(_item_id : String)
- #metadata : Metadata
- #metadata=(_metadata : Metadata)
- #sent : Time
- #sent=(_sent : Time)
- #to_json(json : JSON::Builder)
- #ts : Time
- #ts=(_ts : Time)
- #type : String
- #type=(_type : String)
- #user_id : Int32
- #user_id=(_user_id : Int32)