struct Client::ServerLicenceFlags

Included Modules

Defined in:

pb-Client/CATS_Licence.pb.cr

Constant Summary

FIELDS = {1 => {name: :demo, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :dial_only, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :dial_only_with_acd, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :oem, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :stop_line_client, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, 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(demo : Bool | Nil = nil, dial_only : Bool | Nil = nil, dial_only_with_acd : Bool | Nil = nil, oem : Bool | Nil = nil, stop_line_client : Bool | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def demo : Bool | Nil #

def demo=(demo : Bool | Nil) #

def dial_only : Bool | Nil #

def dial_only=(dial_only : Bool | Nil) #

def dial_only_with_acd : Bool | Nil #

def dial_only_with_acd=(dial_only_with_acd : Bool | Nil) #

def oem : Bool | Nil #

def oem=(oem : Bool | Nil) #

def stop_line_client : Bool | Nil #

def stop_line_client=(stop_line_client : Bool | Nil) #

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

def to_protobuf #