Class: Restcomm::REST::Address

Inherits:
InstanceResource show all
Defined in:
lib/restcomm-ruby/rest/addresses.rb

Instance Method Summary collapse

Methods inherited from InstanceResource

#delete, #inspect, #method_missing, #refresh, #update

Methods included from Utils

#derestify, #restify

Constructor Details

#initialize(path, client, params = {}) ⇒ Address

Returns a new instance of Address.



6
7
8
9
# File 'lib/restcomm-ruby/rest/addresses.rb', line 6

def initialize(path, client, params={})
  super path, client, params
  resource :dependent_phone_numbers
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Restcomm::REST::InstanceResource