Class: Amocrm::Models::PipelineGetByIDResponse::Pipeline
Defined Under Namespace
Classes: Embedded
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(id: nil, _embedded: nil, _links: nil, account_id: nil, is_archive: nil, is_main: nil, is_unsorted_on: nil, name: nil, sort: nil) ⇒ Object
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 59
|
Instance Attribute Details
22
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 22
optional :_embedded, -> { Amocrm::Models::PipelineGetByIDResponse::Pipeline::Embedded }
|
#_links ⇒ Object?
27
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 27
optional :_links, Amocrm::Internal::Type::Unknown
|
#account_id ⇒ Integer?
32
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 32
optional :account_id, Integer
|
#id ⇒ Integer?
17
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 17
optional :id, Integer
|
#is_archive ⇒ Boolean?
37
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 37
optional :is_archive, Amocrm::Internal::Type::Boolean
|
#is_main ⇒ Boolean?
42
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 42
optional :is_main, Amocrm::Internal::Type::Boolean
|
#is_unsorted_on ⇒ Boolean?
47
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 47
optional :is_unsorted_on, Amocrm::Internal::Type::Boolean
|
#name ⇒ String?
52
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 52
optional :name, String
|
#sort ⇒ Integer?
57
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 57
optional :sort, Integer
|
Instance Method Details
#to_hash ⇒ {
74
|
# File 'sig/amocrm/models/pipeline_get_by_id_response.rbs', line 74
def to_hash: -> {
|