class Restcomm::REST::Country
Public Class Methods
new(path, client, params={})
click to toggle source
Calls superclass method
# File lib/restcomm-ruby/rest/available_phone_numbers/country.rb 4 def initialize(path, client, params={}) 5 super path, client, params 6 resource :local, :toll_free, :mobile 7 end