Class: Amocrm::Models::UserGetByIDResponse::User::Rights
Overview
Defined Under Namespace
Classes: StatusRight
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
417
|
# File 'sig/amocrm/models/user_get_by_id_response.rbs', line 417
def initialize: (
|
Instance Attribute Details
#catalog_access ⇒ Boolean?
291
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 291
optional :catalog_access, Amocrm::Internal::Type::Boolean
|
#companies ⇒ Object?
296
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 296
optional :companies, Amocrm::Internal::Type::Unknown
|
301
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 301
optional :contacts, Amocrm::Internal::Type::Unknown
|
#group_id ⇒ Integer?
306
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 306
optional :group_id, Integer, nil?: true
|
#is_active ⇒ Boolean?
311
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 311
optional :is_active, Amocrm::Internal::Type::Boolean
|
#is_admin ⇒ Boolean?
316
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 316
optional :is_admin, Amocrm::Internal::Type::Boolean
|
#is_free ⇒ Boolean?
321
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 321
optional :is_free, Amocrm::Internal::Type::Boolean
|
#leads ⇒ Object?
326
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 326
optional :leads, Amocrm::Internal::Type::Unknown
|
#mail_access ⇒ Boolean?
331
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 331
optional :mail_access, Amocrm::Internal::Type::Boolean
|
#role_id ⇒ Integer?
336
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 336
optional :role_id, Integer, nil?: true
|
341
342
343
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 341
optional :status_rights,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::Models::UserGetByIDResponse::User::Rights::StatusRight] },
nil?: true
|
#tasks ⇒ Object?
348
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 348
optional :tasks, Amocrm::Internal::Type::Unknown
|
Instance Method Details
#to_hash ⇒ {
432
|
# File 'sig/amocrm/models/user_get_by_id_response.rbs', line 432
def to_hash: -> {
|