struct MUX::SystemParameters

Included Modules

Defined in:

pb-MUX/CATS_Login.pb.cr

Constant Summary

FIELDS = {1 => {name: :db_settings, pb_type: DBSettings, crystal_type: DBSettings, cast_type: DBSettings?, native: false, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :public_number_unused, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(db_settings : DBSettings | Nil = nil, public_number_unused : String | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def db_settings : DBSettings | Nil #

def db_settings=(db_settings : DBSettings | Nil) #

def public_number_unused : String | Nil #

def public_number_unused=(public_number_unused : String | Nil) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #