Class: Plivo::Hangup

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(attributes = {}) ⇒ Hangup

Returns a new instance of Hangup.



682
683
684
# File 'lib/plivo.rb', line 682

def initialize(attributes={})
    super(nil, attributes)
end

Dynamic Method Handling

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