Class: Trailblazer::Diagram::BPMN::Edge

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

Instance Attribute Summary collapse

Instance Attribute Details

#elementObject

Returns the value of attribute element

Returns:

  • (Object)

    the current value of element



11
12
13
# File 'lib/trailblazer/diagram/bpmn.rb', line 11

def element
  @element
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



11
12
13
# File 'lib/trailblazer/diagram/bpmn.rb', line 11

def id
  @id
end

#waypointsObject

Returns the value of attribute waypoints

Returns:

  • (Object)

    the current value of waypoints



11
12
13
# File 'lib/trailblazer/diagram/bpmn.rb', line 11

def waypoints
  @waypoints
end