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