Class: Twilio::REST::Pricing::PhoneNumbers
- Inherits:
-
InstanceResource
- Object
- InstanceResource
- Twilio::REST::Pricing::PhoneNumbers
- Defined in:
- lib/twilio-ruby/rest/pricing/phone_numbers.rb
Instance Method Summary collapse
-
#initialize(path, client, params = {}) ⇒ PhoneNumbers
constructor
A new instance of PhoneNumbers.
Methods inherited from InstanceResource
#delete, #inspect, #method_missing, #refresh, #update
Methods included from Utils
Constructor Details
#initialize(path, client, params = {}) ⇒ PhoneNumbers
Returns a new instance of PhoneNumbers.
6 7 8 9 10 |
# File 'lib/twilio-ruby/rest/pricing/phone_numbers.rb', line 6 def initialize(path, client, params={}) super @submodule = :Pricing resource :countries end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Twilio::REST::InstanceResource