class HqTrivia::Model::EndRound
- HqTrivia::Model::EndRound
- Reference
- Object
Overview
Represents a round end in HQ Words
Included Modules
Defined in:
hqtrivia/model/end_round.crConstructors
Instance Method Summary
- #answer : Array(String)
- #answer=(_answer : Array(String))
- #c : Int32
- #c=(_c : Int32)
- #correct_answers : Int32
- #correct_answers=(_correct_answers : Int32)
- #hint : String
- #hint=(_hint : String)
- #incorrect_answers : Int32
- #incorrect_answers=(_incorrect_answers : Int32)
- #round_duration_ms : Int32
- #round_duration_ms=(_round_duration_ms : Int32)
- #round_id : Int32
- #round_id=(_round_id : Int32)
- #round_number : Int32
- #round_number=(_round_number : Int32)
- #sent : Time
- #sent=(_sent : Time)
- #show_id : Int32
- #show_id=(_show_id : Int32)
- #to_json(json : JSON::Builder)
- #ts : Time
- #ts=(_ts : Time)
- #type : String
- #type=(_type : String)