class HqTrivia::Model::HeartFinalistUploadStatus

Included Modules

Defined in:

hqtrivia/model/heart_finalist_upload_status.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def c : Int32 #

[View source]
def c=(_c : Int32) #

[View source]
def category : String #

[View source]
def category=(_category : String) #

[View source]
def finalists : Array(Finalist) #

[View source]
def finalists=(_finalists : Array(Finalist)) #

[View source]
def scene_id : String #

[View source]
def scene_id=(_scene_id : String) #

[View source]
def sent : Time #

[View source]
def sent=(_sent : Time) #

[View source]
def show_id : Int32 #

[View source]
def show_id=(_show_id : Int32) #

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

[View source]
def ts : Time #

[View source]
def ts=(_ts : Time) #

[View source]
def type : String #

[View source]
def type=(_type : String) #

[View source]