Class: Twilio::REST::TollFree
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::TollFree
- Defined in:
- lib/twilio-ruby/rest/available_phone_numbers/toll_free.rb
Instance Method Summary collapse
-
#initialize(path, client) ⇒ TollFree
constructor
A new instance of TollFree.
Methods inherited from ListResource
#create, #get, #inspect, #list
Methods included from Utils
Constructor Details
#initialize(path, client) ⇒ TollFree
Returns a new instance of TollFree.
4 5 6 7 8 |
# File 'lib/twilio-ruby/rest/available_phone_numbers/toll_free.rb', line 4 def initialize(path, client) @path, @client = path, client @instance_class = Twilio::REST::AvailablePhoneNumber @list_key, @instance_id_key = 'available_phone_numbers', 'sid' end |