Class: Plivo::XML::PreAnswer

Inherits:
Element
  • Object
show all
Defined in:
lib/plivo/xml/pre_answer.rb

Instance Attribute Summary

Attributes inherited from Element

#name, #node

Instance Method Summary collapse

Methods inherited from Element

#add, #convert_value, #method_missing, #to_s, #to_xml

Constructor Details

#initialize(attributes = {}, &block) ⇒ PreAnswer

Returns a new instance of PreAnswer.



7
8
9
# File 'lib/plivo/xml/pre_answer.rb', line 7

def initialize(attributes = {}, &block)
  super(nil, attributes, &block)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Plivo::XML::Element