Class: Twilio::REST::NumberType::TollFree

Inherits:
ListResource show all
Defined in:
lib/twilio-ruby/rest/incoming_phone_numbers/toll_free.rb

Instance Method Summary collapse

Methods inherited from ListResource

#create, #get, #inspect, #list

Methods included from Utils

#detwilify, #twilify

Constructor Details

#initialize(path, client) ⇒ TollFree

Returns a new instance of TollFree.



5
6
7
8
9
# File 'lib/twilio-ruby/rest/incoming_phone_numbers/toll_free.rb', line 5

def initialize(path, client)
  @path, @client = path, client
  @instance_class = Twilio::REST::IncomingPhoneNumber
  @list_key, @instance_id_key = 'incoming_phone_numbers', 'sid'
end