class HqTrivia::Model::HeartPhotoResults

Included Modules

Defined in:

hqtrivia/model/heart_photo_results.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_338 : 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 photo_url : Union(String, Nil) #

[View source]
def photo_url=(_photo_url : Union(String, Nil)) #

[View source]
def results : Union(Results, Nil) #

[View source]
def results=(_results : Union(Results, Nil)) #

[View source]
def results_type : String #

[View source]
def results_type=(_results_type : String) #

[View source]
def round : Int32 #

[View source]
def round=(_round : Int32) #

[View source]
def sent : Time #

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

[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]
def winner : Union(UserProfile, Nil) #

[View source]
def winner=(_winner : Union(UserProfile, Nil)) #

[View source]