class HqTrivia::Model::SurveyResults::Result

Defined in:

hqtrivia/model/survey_results.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def display_count : String #

[View source]
def display_count=(_display_count : String) #

[View source]
def display_text : String #

[View source]
def display_text=(_display_text : String) #

[View source]
def survey_answer_id : String #

[View source]
def survey_answer_id=(_survey_answer_id : String) #

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

[View source]
def vote_count : Int32 #

[View source]
def vote_count=(_vote_count : Int32) #

[View source]