struct MUX::ClientLicenceFlags
- MUX::ClientLicenceFlags
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-MUX/CATS_Licence.pb.crConstant 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
- .new(buf : Protobuf::Buffer)
- .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 Summary
Instance Method Summary
- #[](key : String)
- #call_actions : Bool | Nil
- #call_actions=(call_actions : Bool | Nil)
- #call_back : Bool | Nil
- #call_back=(call_back : Bool | Nil)
- #call_history_search : Bool | Nil
- #call_history_search=(call_history_search : Bool | Nil)
- #call_operator : Bool | Nil
- #call_operator=(call_operator : Bool | Nil)
- #calls_journal : Bool | Nil
- #calls_journal=(calls_journal : Bool | Nil)
- #chat : Bool | Nil
- #chat=(chat : Bool | Nil)
- #contact_search : Bool | Nil
- #contact_search=(contact_search : Bool | Nil)
- #first_screean : Bool | Nil
- #first_screean=(first_screean : Bool | Nil)
- #highlight : Bool | Nil
- #highlight=(highlight : Bool | Nil)
- #partner_list : Bool | Nil
- #partner_list=(partner_list : Bool | Nil)
- #specials : Bool | Nil
- #specials=(specials : Bool | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
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)
#