Class: Twilio::REST::Pricing::Numbers

Inherits:
NextGenListResource show all
Defined in:
lib/twilio-ruby/rest/pricing/voice/numbers.rb

Instance Method Summary collapse

Methods inherited from NextGenListResource

#list

Methods inherited from ListResource

#create, #get, #inspect, #list

Methods included from Utils

#detwilify, #twilify

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