class HqTrivia::Model::QuestionSummary::Answer
- HqTrivia::Model::QuestionSummary::Answer
- Reference
- Object
Overview
Answer info about the question
Defined in:
hqtrivia/model/question_summary.crConstructors
Instance Method Summary
- #answer : String
- #answer=(_answer : String)
- #answer_id : Int32
- #answer_id=(_answer_id : Int32)
- #correct : Bool
- #correct=(_correct : Bool)
- #count : Int32
- #count=(_count : Int32)
- #to_json(json : JSON::Builder)