class Punchblock::Event::Complete::Error

Public Instance Methods

inherit(xml_node) click to toggle source
# File lib/punchblock/event/complete.rb, line 66
def inherit(xml_node)
  self.details = xml_node.text.strip
  super
end