Class: Plivo::XML::Response

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

Constant Summary

Constants inherited from Element

Element::SSML_TAGS

Instance Attribute Summary

Attributes inherited from Element

#name, #node

Instance Method Summary collapse

Methods inherited from Element

#add, #add_attribute, #convert_value, #hyphenate, #method_missing

Constructor Details

#initializeResponse

Returns a new instance of Response.



8
9
10
# File 'lib/plivo/xml/response.rb', line 8

def initialize
  super(nil, {})
end

Dynamic Method Handling

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

Instance Method Details

#to_sObject



16
17
18
# File 'lib/plivo/xml/response.rb', line 16

def to_s
  super()
end

#to_xmlObject



12
13
14
# File 'lib/plivo/xml/response.rb', line 12

def to_xml
  super()
end