class HqTrivia::Model::WordsGameResult::Winner

Overview

Winner information

Defined in:

hqtrivia/model/words_game_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def prize : String #

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

[View source]
def rank : Int32 #

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

[View source]
def time : Int32 #

[View source]
def time=(_time : Int32) #

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

[View source]
def winner : User #

[View source]
def winner=(_winner : User) #

[View source]