Class: Punchblock::Event::Complete::Error

Inherits:
Reason show all
Defined in:
lib/punchblock/event/complete.rb

Instance Attribute Summary

Attributes inherited from RayoNode

#client, #connection, #original_component

Instance Method Summary collapse

Methods inherited from RayoNode

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

Instance Method Details

#inherit(xml_node) ⇒ Object



66
67
68
69
# File 'lib/punchblock/event/complete.rb', line 66

def inherit(xml_node)
  self.details = xml_node.text.strip
  super
end