class HqTrivia::Model::Question::Answer

Overview

Answer data for a question

Defined in:

hqtrivia/model/question.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_531 : JSON::PullParser) #

[View source]

Instance Method Detail

def answer_id : Int32 #

[View source]
def answer_id=(_answer_id : Int32) #

[View source]
def text : String #

[View source]
def text=(_text : String) #

[View source]
def to_json(json : JSON::Builder) #

[View source]