Class: OpenApiSDK::Operations::TrackCustomerResponseBody
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Operations::TrackCustomerResponseBody
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/operations/trackcustomer_responsebody.rb
Overview
A customer was tracked.
Instance Method Summary collapse
-
#initialize(customer_avatar: nil, customer_email: nil, customer_id: nil, customer_name: nil) ⇒ TrackCustomerResponseBody
constructor
A new instance of TrackCustomerResponseBody.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(customer_avatar: nil, customer_email: nil, customer_id: nil, customer_name: nil) ⇒ TrackCustomerResponseBody
Returns a new instance of TrackCustomerResponseBody.
25 26 27 28 29 30 |
# File 'lib/open_api_sdk/models/operations/trackcustomer_responsebody.rb', line 25 def initialize(customer_avatar: nil, customer_email: nil, customer_id: nil, customer_name: nil) @customer_avatar = customer_avatar @customer_email = customer_email @customer_id = customer_id @customer_name = customer_name end |