Class: Twilio::REST::Participants
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Participants
- Defined in:
- lib/twilio-ruby/rest/conferences/participants.rb
Instance Method Summary collapse
-
#initialize(path, client) ⇒ Participants
constructor
A new instance of Participants.
Methods inherited from ListResource
#create, #get, #inspect, #list
Methods included from Utils
Constructor Details
#initialize(path, client) ⇒ Participants
Returns a new instance of Participants.
4 5 6 7 8 |
# File 'lib/twilio-ruby/rest/conferences/participants.rb', line 4 def initialize(path, client) super # hard-code the json key since participants don't have sids @instance_id_key = 'call_sid' end |