Class: Twilio::REST::Numbers::V1::PortingWebhookConfigurationDeleteListResponse
- Inherits:
-
InstanceListResource
- Object
- InstanceListResource
- Twilio::REST::Numbers::V1::PortingWebhookConfigurationDeleteListResponse
- Defined in:
- lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration_delete.rb,
lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration_delete.rb
Instance Method Summary collapse
- #headers ⇒ Object
-
#initialize(version, payload, key, limit = :unset) ⇒ PortingWebhookConfigurationDeleteListResponse
constructor
A new instance of PortingWebhookConfigurationDeleteListResponse.
- #porting_webhook_configuration_delete ⇒ Object
- #porting_webhook_configuration_delete_instance ⇒ Object
- #status_code ⇒ Object
Constructor Details
#initialize(version, payload, key, limit = :unset) ⇒ PortingWebhookConfigurationDeleteListResponse
Returns a new instance of PortingWebhookConfigurationDeleteListResponse.
142 143 144 145 146 147 148 |
# File 'lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration_delete.rb', line 142 def initialize(version, payload, key) @porting_webhook_configuration_delete_instance = payload.body[key].map do |data| PortingWebhookConfigurationDeleteInstance.new(version, data) end @headers = payload.headers @status_code = payload.status_code end |
Instance Method Details
#headers ⇒ Object
235 236 237 |
# File 'lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration_delete.rb', line 235 def headers @headers end |
#porting_webhook_configuration_delete ⇒ Object
231 232 233 |
# File 'lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration_delete.rb', line 231 def porting_webhook_configuration_delete @porting_webhook_configuration_delete end |
#porting_webhook_configuration_delete_instance ⇒ Object
150 151 152 |
# File 'lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration_delete.rb', line 150 def porting_webhook_configuration_delete_instance @instance end |
#status_code ⇒ Object
239 240 241 |
# File 'lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration_delete.rb', line 239 def status_code @status_code end |