class HqTrivia::Model::GameSummary::Winner

Overview

Winner information

Defined in:

hqtrivia/model/game_summary.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def avatar_url : String #

[View source]
def avatar_url=(_avatar_url : String) #

[View source]
def id : Int32 #

[View source]
def id=(_id : Int32) #

[View source]
def name : String #

[View source]
def name=(_name : String) #

[View source]
def prize : String #

[View source]
def prize=(_prize : String) #

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

[View source]
def wins : Int32 #

[View source]
def wins=(_wins : Int32) #

[View source]