Class: Restcomm::REST::CredentialList

Inherits:
InstanceResource show all
Defined in:
lib/restcomm-ruby/rest/sip/credential_lists.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 = {}) ⇒ CredentialList

Returns a new instance of CredentialList.



5
6
7
8
# File 'lib/restcomm-ruby/rest/sip/credential_lists.rb', line 5

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

Dynamic Method Handling

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