Method: ProcessEngine::Parser::XmlNode#to_h

Defined in:
app/models/process_engine/parser/xml_node.rb

#to_hObject



48
49
50
51
52
53
54
# File 'app/models/process_engine/parser/xml_node.rb', line 48

def to_h
  {
    node_id: id,
    node_type: node_type,
    name: name
  }
end