class Punchblock::Event::Complete::Error
Public Instance Methods
inherit(xml_node)
click to toggle source
Calls superclass method
Punchblock::Event::Complete::Reason#inherit
# File lib/punchblock/event/complete.rb, line 66 def inherit(xml_node) self.details = xml_node.text.strip super end