Class: Twilio::REST::Sip
- Inherits:
-
InstanceResource
- Object
- InstanceResource
- Twilio::REST::Sip
- Defined in:
- lib/twilio-ruby/rest/sip.rb
Instance Method Summary collapse
-
#initialize(path, client, params = {}) ⇒ Sip
constructor
A new instance of Sip.
Methods inherited from InstanceResource
#delete, #inspect, #method_missing, #refresh, #update
Methods included from Utils
Constructor Details
#initialize(path, client, params = {}) ⇒ Sip
Returns a new instance of Sip.
4 5 6 7 |
# File 'lib/twilio-ruby/rest/sip.rb', line 4 def initialize(path, client, params={}) super resource :domains, :ip_access_control_lists, :credential_lists end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Twilio::REST::InstanceResource