class Plivo::XML::Conference
Public Class Methods
Source
# 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
Calls superclass method