Class: Twilio::REST::Numbers::V1::PortingWebhookConfigurationDeleteList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Numbers::V1::PortingWebhookConfigurationDeleteList
- Defined in:
- lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration_delete.rb
Instance Method Summary collapse
-
#initialize(version) ⇒ PortingWebhookConfigurationDeleteList
constructor
Initialize the PortingWebhookConfigurationDeleteList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ PortingWebhookConfigurationDeleteList
Initialize the PortingWebhookConfigurationDeleteList
26 27 28 29 30 31 32 |
# File 'lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration_delete.rb', line 26 def initialize(version) super(version) # Path Solution @solution = { } end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
37 38 39 |
# File 'lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration_delete.rb', line 37 def to_s '#<Twilio.Numbers.V1.PortingWebhookConfigurationDeleteList>' end |