struct Client::InitUserInterface

Included Modules

Defined in:

pb-Client/CATS_ExtStatus.pb.cr

Constant Summary

FIELDS = {1 => {name: :operator_enabled, pb_type: :bool, crystal_type: Bool, cast_type: Bool, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :operator_multiple_docks_enabled, pb_type: :bool, crystal_type: Bool, cast_type: Bool, native: true, optional: false, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(operator_enabled : Bool, operator_multiple_docks_enabled : Bool) #

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

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def operator_enabled : Bool #

def operator_enabled=(operator_enabled : Bool) #

def operator_multiple_docks_enabled : Bool #

def operator_multiple_docks_enabled=(operator_multiple_docks_enabled : Bool) #

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

def to_protobuf #