Class: KintsugiSDK::Models::Ops::GetCustomerByIdV1CustomersCustomerIdGetRequest
- Inherits:
-
Object
- Object
- KintsugiSDK::Models::Ops::GetCustomerByIdV1CustomersCustomerIdGetRequest
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/kintsugi_sdk/models/ops/get_customer_by_id_v1_customers_customer_id_get_request.rb
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize(customer_id:) ⇒ GetCustomerByIdV1CustomersCustomerIdGetRequest
constructor
A new instance of GetCustomerByIdV1CustomersCustomerIdGetRequest.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(customer_id:) ⇒ GetCustomerByIdV1CustomersCustomerIdGetRequest
Returns a new instance of GetCustomerByIdV1CustomersCustomerIdGetRequest.
20 21 22 |
# File 'lib/kintsugi_sdk/models/ops/get_customer_by_id_v1_customers_customer_id_get_request.rb', line 20 def initialize(customer_id:) @customer_id = customer_id end |
Instance Method Details
#==(other) ⇒ Object
25 26 27 28 29 |
# File 'lib/kintsugi_sdk/models/ops/get_customer_by_id_v1_customers_customer_id_get_request.rb', line 25 def ==(other) return false unless other.is_a? self.class return false unless @customer_id == other.customer_id true end |