class Plivo::XML::Response
Public Class Methods
new()
click to toggle source
Calls superclass method
Plivo::XML::Element::new
# File lib/plivo/xml/response.rb, line 8 def initialize super(nil, {}) end
Public Instance Methods
to_s()
click to toggle source
Calls superclass method
Plivo::XML::Element#to_s
# File lib/plivo/xml/response.rb, line 16 def to_s super() end
to_xml()
click to toggle source
Calls superclass method
Plivo::XML::Element#to_xml
# File lib/plivo/xml/response.rb, line 12 def to_xml super() end