Class: Twilio::REST::AvailablePhoneNumbers

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

Instance Method Summary collapse

Methods inherited from ListResource

#create, #get, #inspect, #list

Methods included from Utils

#detwilify, #twilify

Constructor Details

#initialize(path, client) ⇒ AvailablePhoneNumbers

Returns a new instance of AvailablePhoneNumbers.



4
5
6
7
8
# File 'lib/twilio-ruby/rest/available_phone_numbers.rb', line 4

def initialize(path, client)
  @path, @client = path, client
  @instance_class = Twilio::REST::Country
  @list_key, @instance_id_key = 'countries', 'country_code'
end