Class: Trailblazer::Developer::Activity::Graph::Flow
- Inherits:
-
Struct
- Object
- Struct
- Trailblazer::Developer::Activity::Graph::Flow
- Defined in:
- lib/trailblazer/developer/activity.rb
Overview
DISCUSS: direction ATM is the “condition” for the BPMN rendering.
Instance Attribute Summary collapse
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#id ⇒ Object
Returns the value of attribute id.
-
#sourceRef ⇒ Object
Returns the value of attribute sourceRef.
-
#targetRef ⇒ Object
Returns the value of attribute targetRef.
Instance Attribute Details
#direction ⇒ Object
Returns the value of attribute direction
14 15 16 |
# File 'lib/trailblazer/developer/activity.rb', line 14 def direction @direction end |
#id ⇒ Object
Returns the value of attribute id
14 15 16 |
# File 'lib/trailblazer/developer/activity.rb', line 14 def id @id end |
#sourceRef ⇒ Object
Returns the value of attribute sourceRef
14 15 16 |
# File 'lib/trailblazer/developer/activity.rb', line 14 def sourceRef @sourceRef end |
#targetRef ⇒ Object
Returns the value of attribute targetRef
14 15 16 |
# File 'lib/trailblazer/developer/activity.rb', line 14 def targetRef @targetRef end |