struct

Turnir::DbStorage::LotoWinner

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(id : Int64, username : String, super_game_status : String, created_at : Int64, stream_channel : String, session_id : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created_at
Source
created_at=(created_at : Int64)
Source
id=(id : Int64)
Source
session_id
Source
session_id=(session_id : String)
Source
stream_channel
Source
stream_channel=(stream_channel : String)
Source
super_game_status
Source
super_game_status=(super_game_status : String)
Source
username
Source
username=(username : String)
Source