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
607 608 609 |
# File 'lib/plivo.rb', line 607 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
615 616 617 |
# File 'lib/plivo.rb', line 615 def to_s() return '<?xml version="1.0" encoding="utf-8" ?>' + super() end |
#to_xml ⇒ Object
611 612 613 |
# File 'lib/plivo.rb', line 611 def to_xml() return '<?xml version="1.0" encoding="utf-8" ?>' + super() end |