class HqTrivia::Model::WordsGameResult

Overview

Results of an HQ Words game

Included Modules

Defined in:

hqtrivia/model/words_game_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def c : Int32 #

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

[View source]
def num_winners : Int32 | Nil #

[View source]
def num_winners=(_num_winners : Int32 | Nil) #

[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 type : String #

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

[View source]
def winners : Array(Winner) #

[View source]
def winners=(_winners : Array(Winner)) #

[View source]