Class: Plivo::Response
Instance Attribute Summary
Attributes inherited from Element
Instance Method Summary collapse
-
#initialize ⇒ Response
constructor
A new instance of Response.
- #to_s ⇒ Object
- #to_xml ⇒ Object
Methods inherited from Element
#add, #convert_value, #method_missing
Constructor Details
#initialize ⇒ Response
589 590 591 |
# File 'lib/plivo.rb', line 589 def initialize() super(nil, {}) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Plivo::Element
Instance Method Details
#to_s ⇒ Object
597 598 599 |
# File 'lib/plivo.rb', line 597 def to_s() return '<?xml version="1.0" encoding="utf-8" ?>' + super() end |
#to_xml ⇒ Object
593 594 595 |
# File 'lib/plivo.rb', line 593 def to_xml() return '<?xml version="1.0" encoding="utf-8" ?>' + super() end |