class Restcomm::REST::Conference

Public Class Methods

new(path, client, params={}) click to toggle source
Calls superclass method
  # File lib/restcomm-ruby/rest/conferences.rb
6 def initialize(path, client, params={})
7   super path, client, params
8   resource :participants
9 end