Class: Amocrm::Models::UserGetByIDResponse::User::Embedded::Role::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
285
|
# File 'sig/amocrm/models/user_get_by_id_response.rbs', line 285
def initialize: (
|
Instance Attribute Details
#catalog_access ⇒ Boolean?
182
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 182
optional :catalog_access, Amocrm::Internal::Type::Boolean
|
#companies ⇒ Object?
187
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 187
optional :companies, Amocrm::Internal::Type::Unknown
|
192
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 192
optional :contacts, Amocrm::Internal::Type::Unknown
|
#group_id ⇒ Integer?
197
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 197
optional :group_id, Integer, nil?: true
|
#is_active ⇒ Boolean?
202
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 202
optional :is_active, Amocrm::Internal::Type::Boolean
|
#is_admin ⇒ Boolean?
207
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 207
optional :is_admin, Amocrm::Internal::Type::Boolean
|
#is_free ⇒ Boolean?
212
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 212
optional :is_free, Amocrm::Internal::Type::Boolean
|
#leads ⇒ Object?
217
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 217
optional :leads, Amocrm::Internal::Type::Unknown
|
#mail_access ⇒ Boolean?
222
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 222
optional :mail_access, Amocrm::Internal::Type::Boolean
|
#role_id ⇒ Integer?
227
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 227
optional :role_id, Integer, nil?: true
|
232
233
234
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 232
optional :status_rights,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::Models::UserGetByIDResponse::User::Embedded::Role::Rights::StatusRight] },
nil?: true
|
#tasks ⇒ Object?
239
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 239
optional :tasks, Amocrm::Internal::Type::Unknown
|
Instance Method Details
#to_hash ⇒ {
300
|
# File 'sig/amocrm/models/user_get_by_id_response.rbs', line 300
def to_hash: -> {
|