Class: Trailblazer::Developer::Activity::Graph::Flow

Inherits:
Struct
  • Object
show all
Defined in:
lib/trailblazer/developer/activity.rb

Overview

DISCUSS: direction ATM is the “condition” for the BPMN rendering.

Instance Attribute Summary collapse

Instance Attribute Details

#directionObject

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



14
15
16
# File 'lib/trailblazer/developer/activity.rb', line 14

def direction
  @direction
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



14
15
16
# File 'lib/trailblazer/developer/activity.rb', line 14

def id
  @id
end

#sourceRefObject

Returns the value of attribute sourceRef

Returns:

  • (Object)

    the current value of sourceRef



14
15
16
# File 'lib/trailblazer/developer/activity.rb', line 14

def sourceRef
  @sourceRef
end

#targetRefObject

Returns the value of attribute targetRef

Returns:

  • (Object)

    the current value of targetRef



14
15
16
# File 'lib/trailblazer/developer/activity.rb', line 14

def targetRef
  @targetRef
end