Class: Plivo::Redirect

Inherits:
Element show all
Defined in:
lib/plivo.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(body, attributes = {}) ⇒ Redirect

Returns a new instance of Redirect.



669
670
671
672
673
674
# File 'lib/plivo.rb', line 669

def initialize(body, attributes={})
    if not body
        raise PlivoError 'No url set for Redirect'
    end
    super(body, attributes)
end

Dynamic Method Handling

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