struct MySQL::ServerData

Defined in:

mysql.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int32, players : Int32, slots : Int32, map : String) #

[View source]

Instance Method Detail

def id : Int32 #

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

[View source]
def map : String #

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

[View source]
def players : Int32 #

[View source]
def players=(players : Int32) #

[View source]
def slots : Int32 #

[View source]
def slots=(slots : Int32) #

[View source]