class Restcomm::REST::AvailablePhoneNumbers
Public Class Methods
new(path, client)
click to toggle source
# File lib/restcomm-ruby/rest/available_phone_numbers.rb 4 def initialize(path, client) 5 @path, @client = path, client 6 @instance_class = Restcomm::REST::Country 7 @list_key, @instance_id_key = 'countries', 'country_code' 8 end