struct Models::Credentials

Included Modules

Defined in:

models.cr

Constructors

Instance Method Summary

Instance methods inherited from module Avocado::Unpack

opcode opcode, unpack(io, type, variable, order, is_array = false)
unpack(io, order = IO::ByteFormat::BigEndian)
unpack

Instance methods inherited from module Avocado

[](variable) [], []=(variable, value) []=, opcode opcode

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def client_version : UInt16 #

[View source]
def client_version=(client_version : UInt16) #

[View source]
def initialize #

[View source]
def is_cheat : UInt16 #

[View source]
def is_cheat=(is_cheat : UInt16) #

[View source]
def key : String #

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

[View source]
def login : String #

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

[View source]
def mac : String #

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

[View source]
def password : String #

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

[View source]