Class: Twilio::REST::Trusthub::V1::CustomerProfilesContext::CustomerProfilesEvaluationsInstanceMetadata
- Inherits:
-
InstanceResourceMetadata
- Object
- InstanceResourceMetadata
- Twilio::REST::Trusthub::V1::CustomerProfilesContext::CustomerProfilesEvaluationsInstanceMetadata
- Defined in:
- lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.rb
Instance Method Summary collapse
- #customer_profiles_evaluations ⇒ Object
- #headers ⇒ Object
-
#initialize(version, customer_profiles_evaluations_instance, headers, status_code) ⇒ CustomerProfilesEvaluationsInstanceMetadata
constructor
Initializes a new CustomerProfilesEvaluationsInstanceMetadata.
- #status_code ⇒ Object
- #to_s ⇒ Object
Constructor Details
#initialize(version, customer_profiles_evaluations_instance, headers, status_code) ⇒ CustomerProfilesEvaluationsInstanceMetadata
Initializes a new CustomerProfilesEvaluationsInstanceMetadata.
300 301 302 303 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.rb', line 300 def initialize(version, customer_profiles_evaluations_instance, headers, status_code) super(version, headers, status_code) @customer_profiles_evaluations_instance = customer_profiles_evaluations_instance end |
Instance Method Details
#customer_profiles_evaluations ⇒ Object
305 306 307 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.rb', line 305 def customer_profiles_evaluations @customer_profiles_evaluations_instance end |
#headers ⇒ Object
309 310 311 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.rb', line 309 def headers @headers end |
#status_code ⇒ Object
313 314 315 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.rb', line 313 def status_code @status_code end |
#to_s ⇒ Object
317 318 319 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.rb', line 317 def to_s "<Twilio.Api.V2010.CustomerProfilesEvaluationsInstanceMetadata status=#{@status_code}>" end |