class HqTrivia::Model::HeartEpisodeWinners::Winner

Defined in:

hqtrivia/model/heart_episode_winners.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def likes : Int32 #

[View source]
def likes=(_likes : Int32) #

[View source]
def photos : Array(String) #

[View source]
def photos=(_photos : Array(String)) #

[View source]
def profile : UserProfile #

[View source]
def profile=(_profile : UserProfile) #

[View source]
def rank : Int32 #

[View source]
def rank=(_rank : Int32) #

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

[View source]