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
Instance Method Summary collapse
-
#initialize(version, payload, key) ⇒ PortingWebhookConfigurationDeleteListResponse
constructor
A new instance of PortingWebhookConfigurationDeleteListResponse.
- #porting_webhook_configuration_delete_instance ⇒ Object
Constructor Details
#initialize(version, payload, key) ⇒ 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
#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 |