Class: Twilio::REST::Pricing::Numbers
- Inherits:
-
NextGenListResource
- Object
- ListResource
- NextGenListResource
- Twilio::REST::Pricing::Numbers
- Defined in:
- lib/twilio-ruby/rest/pricing/voice/numbers.rb
Instance Method Summary collapse
-
#initialize(path, client) ⇒ Numbers
constructor
A new instance of Numbers.
Methods inherited from NextGenListResource
Methods inherited from ListResource
#create, #get, #inspect, #list
Methods included from Utils
Constructor Details
#initialize(path, client) ⇒ Numbers
Returns a new instance of Numbers.
5 6 7 8 |
# File 'lib/twilio-ruby/rest/pricing/voice/numbers.rb', line 5 def initialize(path, client) super @submodule = :Pricing end |