Class: Twilio::REST::Trusthub::V1::CustomerProfilesContext::CustomerProfilesEntityAssignmentsInstanceMetadata
- Inherits:
-
InstanceResourceMetadata
- Object
- InstanceResourceMetadata
- Twilio::REST::Trusthub::V1::CustomerProfilesContext::CustomerProfilesEntityAssignmentsInstanceMetadata
- Defined in:
- lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb
Instance Method Summary collapse
- #customer_profiles_entity_assignments ⇒ Object
- #headers ⇒ Object
-
#initialize(version, customer_profiles_entity_assignments_instance, headers, status_code) ⇒ CustomerProfilesEntityAssignmentsInstanceMetadata
constructor
Initializes a new CustomerProfilesEntityAssignmentsInstanceMetadata.
- #status_code ⇒ Object
- #to_s ⇒ Object
Constructor Details
#initialize(version, customer_profiles_entity_assignments_instance, headers, status_code) ⇒ CustomerProfilesEntityAssignmentsInstanceMetadata
Initializes a new CustomerProfilesEntityAssignmentsInstanceMetadata.
348 349 350 351 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb', line 348 def initialize(version, customer_profiles_entity_assignments_instance, headers, status_code) super(version, headers, status_code) @customer_profiles_entity_assignments_instance = customer_profiles_entity_assignments_instance end |
Instance Method Details
#customer_profiles_entity_assignments ⇒ Object
353 354 355 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb', line 353 def customer_profiles_entity_assignments @customer_profiles_entity_assignments_instance end |
#headers ⇒ Object
357 358 359 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb', line 357 def headers @headers end |
#status_code ⇒ Object
361 362 363 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb', line 361 def status_code @status_code end |
#to_s ⇒ Object
365 366 367 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb', line 365 def to_s "<Twilio.Api.V2010.CustomerProfilesEntityAssignmentsInstanceMetadata status=#{@status_code}>" end |