class Plivo::XML::PreAnswer

Public Class Methods

new(attributes = {}, &block) click to toggle source
Calls superclass method Plivo::XML::Element::new
# File lib/plivo/xml/pre_answer.rb, line 7
def initialize(attributes = {}, &block)
  super(nil, attributes, &block)
end