Class: Twilio::REST::Memory::V1::IdentityResolutionSettingListResponse
- Inherits:
-
InstanceListResource
- Object
- InstanceListResource
- Twilio::REST::Memory::V1::IdentityResolutionSettingListResponse
- Defined in:
- lib/twilio-ruby/rest/memory/v1/identity_resolution_setting.rb,
lib/twilio-ruby/rest/memory/v1/identity_resolution_setting.rb
Instance Method Summary collapse
- #headers ⇒ Object
- #identity_resolution_setting ⇒ Object
- #identity_resolution_setting_instance ⇒ Object
-
#initialize(version, payload, key, limit = :unset) ⇒ IdentityResolutionSettingListResponse
constructor
A new instance of IdentityResolutionSettingListResponse.
- #status_code ⇒ Object
Constructor Details
#initialize(version, payload, key, limit = :unset) ⇒ IdentityResolutionSettingListResponse
Returns a new instance of IdentityResolutionSettingListResponse.
227 228 229 230 231 232 233 |
# File 'lib/twilio-ruby/rest/memory/v1/identity_resolution_setting.rb', line 227 def initialize(version, payload, key) @identity_resolution_setting_instance = payload.body[key].map do |data| IdentityResolutionSettingInstance.new(version, data) end @headers = payload.headers @status_code = payload.status_code end |
Instance Method Details
#headers ⇒ Object
321 322 323 |
# File 'lib/twilio-ruby/rest/memory/v1/identity_resolution_setting.rb', line 321 def headers @headers end |
#identity_resolution_setting ⇒ Object
317 318 319 |
# File 'lib/twilio-ruby/rest/memory/v1/identity_resolution_setting.rb', line 317 def identity_resolution_setting @identity_resolution_setting end |
#identity_resolution_setting_instance ⇒ Object
235 236 237 |
# File 'lib/twilio-ruby/rest/memory/v1/identity_resolution_setting.rb', line 235 def identity_resolution_setting_instance @instance end |
#status_code ⇒ Object
325 326 327 |
# File 'lib/twilio-ruby/rest/memory/v1/identity_resolution_setting.rb', line 325 def status_code @status_code end |