Class: Twilio::REST::Pricing::Number
- Inherits:
-
InstanceResource
- Object
- InstanceResource
- Twilio::REST::Pricing::Number
- Defined in:
- lib/twilio-ruby/rest/pricing/voice/numbers.rb
Instance Method Summary collapse
-
#initialize(path, client) ⇒ Number
constructor
A new instance of Number.
Methods inherited from InstanceResource
#delete, #inspect, #method_missing, #refresh, #update
Methods included from Utils
Constructor Details
#initialize(path, client) ⇒ Number
Returns a new instance of Number.
12 13 14 15 |
# File 'lib/twilio-ruby/rest/pricing/voice/numbers.rb', line 12 def initialize(path, client) super @submodule = :Pricing end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Twilio::REST::InstanceResource