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