Class: Twilio::REST::Trusthub::V1::CustomerProfilesProvisionalCopyListResponse
- Inherits:
-
InstanceListResource
- Object
- InstanceListResource
- Twilio::REST::Trusthub::V1::CustomerProfilesProvisionalCopyListResponse
- Defined in:
- lib/twilio-ruby/rest/trusthub/v1/customer_profiles_provisional_copy.rb,
lib/twilio-ruby/rest/trusthub/v1/customer_profiles_provisional_copy.rb
Instance Method Summary collapse
- #customer_profiles_provisional_copy ⇒ Object
- #customer_profiles_provisional_copy_instance ⇒ Object
- #headers ⇒ Object
-
#initialize(version, payload, key, limit = :unset) ⇒ CustomerProfilesProvisionalCopyListResponse
constructor
A new instance of CustomerProfilesProvisionalCopyListResponse.
- #status_code ⇒ Object
Constructor Details
#initialize(version, payload, key, limit = :unset) ⇒ CustomerProfilesProvisionalCopyListResponse
Returns a new instance of CustomerProfilesProvisionalCopyListResponse.
198 199 200 201 202 203 204 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles_provisional_copy.rb', line 198 def initialize(version, payload, key) @customer_profiles_provisional_copy_instance = payload.body[key].map do |data| CustomerProfilesProvisionalCopyInstance.new(version, data) end @headers = payload.headers @status_code = payload.status_code end |
Instance Method Details
#customer_profiles_provisional_copy ⇒ Object
287 288 289 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles_provisional_copy.rb', line 287 def customer_profiles_provisional_copy @customer_profiles_provisional_copy end |
#customer_profiles_provisional_copy_instance ⇒ Object
206 207 208 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles_provisional_copy.rb', line 206 def customer_profiles_provisional_copy_instance @instance end |
#headers ⇒ Object
291 292 293 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles_provisional_copy.rb', line 291 def headers @headers end |
#status_code ⇒ Object
295 296 297 |
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles_provisional_copy.rb', line 295 def status_code @status_code end |