Class: Trailblazer::Diagram::BPMN::Definitions

Inherits:
Struct
  • Object
show all
Defined in:
lib/trailblazer/diagram/bpmn.rb

Instance Attribute Summary collapse

Instance Attribute Details

#diagramObject

Returns the value of attribute diagram

Returns:

  • (Object)

    the current value of diagram



150
151
152
# File 'lib/trailblazer/diagram/bpmn.rb', line 150

def diagram
  @diagram
end

#processObject

Returns the value of attribute process

Returns:

  • (Object)

    the current value of process



150
151
152
# File 'lib/trailblazer/diagram/bpmn.rb', line 150

def process
  @process
end