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.
340 341 342 343 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb', line 340 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
345 346 347 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb', line 345 def customer_profiles_entity_assignments @customer_profiles_entity_assignments_instance end |
#headers ⇒ Object
349 350 351 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb', line 349 def headers @headers end |
#status_code ⇒ Object
353 354 355 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb', line 353 def status_code @status_code end |
#to_s ⇒ Object
357 358 359 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb', line 357 def to_s "<Twilio.Api.V2010.CustomerProfilesEntityAssignmentsInstanceMetadata status=#{@status_code}>" end |