Class: Amocrm::Models::CustomerGetByIDResponse::Customer::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
310
|
# File 'sig/amocrm/models/customer_get_by_id_response.rbs', line 310
def initialize: (
|
Instance Attribute Details
#color ⇒ String?
262
|
# File 'lib/amocrm/models/customer_get_by_id_response.rb', line 262
optional :color, String
|
#id ⇒ Integer?
257
|
# File 'lib/amocrm/models/customer_get_by_id_response.rb', line 257
optional :id, Integer
|
#name ⇒ String?
267
|
# File 'lib/amocrm/models/customer_get_by_id_response.rb', line 267
optional :name, String
|
Instance Method Details
#to_hash ⇒ { id: Integer, color: String, name: String }
316
|
# File 'sig/amocrm/models/customer_get_by_id_response.rbs', line 316
def to_hash: -> { id: Integer, color: String, name: String }
|