struct MUX::ClientLicenceFlags

Included Modules

Defined in:

pb-MUX/CATS_Licence.pb.cr

Constant Summary

FIELDS = {1 => {name: :partner_list, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :call_operator, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :calls_journal, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :call_history_search, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :chat, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :call_back, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :call_actions, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :first_screean, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :specials, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :contact_search, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :highlight, 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(partner_list : Bool | Nil = nil, call_operator : Bool | Nil = nil, calls_journal : Bool | Nil = nil, call_history_search : Bool | Nil = nil, chat : Bool | Nil = nil, call_back : Bool | Nil = nil, call_actions : Bool | Nil = nil, first_screean : Bool | Nil = nil, specials : Bool | Nil = nil, contact_search : Bool | Nil = nil, highlight : Bool | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def call_actions : Bool | Nil #

def call_actions=(call_actions : Bool | Nil) #

def call_back : Bool | Nil #

def call_back=(call_back : Bool | Nil) #

def call_history_search : Bool | Nil #

def call_history_search=(call_history_search : Bool | Nil) #

def call_operator : Bool | Nil #

def call_operator=(call_operator : Bool | Nil) #

def calls_journal : Bool | Nil #

def calls_journal=(calls_journal : Bool | Nil) #

def chat : Bool | Nil #

def chat=(chat : Bool | Nil) #

def contact_search : Bool | Nil #

def contact_search=(contact_search : Bool | Nil) #

def first_screean : Bool | Nil #

def first_screean=(first_screean : Bool | Nil) #

def highlight : Bool | Nil #

def highlight=(highlight : Bool | Nil) #

def partner_list : Bool | Nil #

def partner_list=(partner_list : Bool | Nil) #

def specials : Bool | Nil #

def specials=(specials : Bool | Nil) #

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

def to_protobuf #