Class: Adhearsion::Event::Complete::Reason

Inherits:
Adhearsion::Event show all
Defined in:
lib/adhearsion/event/complete.rb

Instance Attribute Summary

Attributes inherited from Rayo::RayoNode

#client, #connection, #original_component

Instance Method Summary collapse

Methods inherited from Rayo::RayoNode

#==, class_from_registration, from_xml, #inspect, #rayo_attributes, #rayo_children, register, #source, #to_rayo, #to_xml

Instance Method Details

#inherit(xml_node) ⇒ Object



49
50
51
52
# File 'lib/adhearsion/event/complete.rb', line 49

def inherit(xml_node)
  self.name = xml_node.name.to_sym
  super
end