Class: Twilio::REST::CredentialList
- Inherits:
-
InstanceResource
- Object
- InstanceResource
- Twilio::REST::CredentialList
- Defined in:
- lib/twilio-ruby/rest/sip/credential_lists.rb
Instance Method Summary collapse
-
#initialize(path, client, params = {}) ⇒ CredentialList
constructor
A new instance of CredentialList.
Methods inherited from InstanceResource
#delete, #inspect, #method_missing, #refresh, #update
Methods included from Utils
Constructor Details
#initialize(path, client, params = {}) ⇒ CredentialList
Returns a new instance of CredentialList.
5 6 7 8 |
# File 'lib/twilio-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 Twilio::REST::InstanceResource