struct Turnir::DbStorage::LotoWinner

Included Modules

Defined in:

turnir/db_storage.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, username : String, super_game_status : String, created_at : Int64, stream_channel : String, session_id : String = "") #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def created_at : Int64 #

[View source]
def created_at=(created_at : Int64) #

[View source]
def id : Int64 #

[View source]
def id=(id : Int64) #

[View source]
def session_id : String #

[View source]
def session_id=(session_id : String) #

[View source]
def stream_channel : String #

[View source]
def stream_channel=(stream_channel : String) #

[View source]
def super_game_status : String #

[View source]
def super_game_status=(super_game_status : String) #

[View source]
def username : String #

[View source]
def username=(username : String) #

[View source]