Class: Trailblazer::Diagram::BPMN::Plane

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

Instance Attribute Summary collapse

Instance Attribute Details

#edgesObject

Returns the value of attribute edges

Returns:

  • (Object)

    the current value of edges



9
10
11
# File 'lib/trailblazer/diagram/bpmn.rb', line 9

def edges
  @edges
end

#elementObject

Returns the value of attribute element

Returns:

  • (Object)

    the current value of element



9
10
11
# File 'lib/trailblazer/diagram/bpmn.rb', line 9

def element
  @element
end

#shapesObject

Returns the value of attribute shapes

Returns:

  • (Object)

    the current value of shapes



9
10
11
# File 'lib/trailblazer/diagram/bpmn.rb', line 9

def shapes
  @shapes
end