Class: Amocrm::Models::CustomerUpdateParams::Body::Embedded::Tag
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
190
|
# File 'sig/amocrm/models/customer_update_params.rbs', line 190
def initialize: (
|
Instance Attribute Details
#color ⇒ String?
156
|
# File 'lib/amocrm/models/customer_update_params.rb', line 156
optional :color, String
|
#id ⇒ Integer?
151
|
# File 'lib/amocrm/models/customer_update_params.rb', line 151
optional :id, Integer
|
#name ⇒ String?
161
|
# File 'lib/amocrm/models/customer_update_params.rb', line 161
optional :name, String
|
Instance Method Details
#to_hash ⇒ { id: Integer, color: String, name: String }
196
|
# File 'sig/amocrm/models/customer_update_params.rbs', line 196
def to_hash: -> { id: Integer, color: String, name: String }
|