Class: Amocrm::Models::AccountGetResponse::AccountInfo::Embedded::TaskType

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/amocrm/models/account_get_response.rb,
sig/amocrm/models/account_get_response.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize ⇒ Object



366
# File 'sig/amocrm/models/account_get_response.rbs', line 366

def initialize: (

Instance Attribute Details

#code ⇒ String?

Parameters:

  • (String)

Returns:

  • (String, nil)


276
# File 'lib/amocrm/models/account_get_response.rb', line 276

optional :code, String

#color ⇒ String?

Parameters:

  • (String)

Returns:

  • (String, nil)


281
# File 'lib/amocrm/models/account_get_response.rb', line 281

optional :color, String

#icon_id ⇒ Integer?

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


286
# File 'lib/amocrm/models/account_get_response.rb', line 286

optional :icon_id, Integer

#id ⇒ Integer?

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


271
# File 'lib/amocrm/models/account_get_response.rb', line 271

optional :id, Integer

#name ⇒ String?

Parameters:

  • (String)

Returns:

  • (String, nil)


291
# File 'lib/amocrm/models/account_get_response.rb', line 291

optional :name, String

Instance Method Details

#to_hash ⇒ {

Returns:

  • ({)


374
# File 'sig/amocrm/models/account_get_response.rbs', line 374

def to_hash: -> {