class Plivo::XML::Conference

Public Class Methods

new(body, attributes = {}) click to toggle source
Calls superclass method
# File lib/plivo/xml/conference.rb, line 14
def initialize(body, attributes = {})
  raise PlivoXMLError, 'No conference name set for Conference' unless body
  super(body, attributes)
end