Class: Trailblazer::Developer::Activity::Graph::Model
- Inherits:
-
Struct
- Object
- Struct
- Trailblazer::Developer::Activity::Graph::Model
- Defined in:
- lib/trailblazer/developer/activity.rb
Instance Attribute Summary collapse
-
#end_events ⇒ Object
Returns the value of attribute end_events.
-
#id ⇒ Object
Returns the value of attribute id.
-
#sequence_flow ⇒ Object
Returns the value of attribute sequence_flow.
-
#start_events ⇒ Object
Returns the value of attribute start_events.
-
#task ⇒ Object
Returns the value of attribute task.
Instance Attribute Details
#end_events ⇒ Object
Returns the value of attribute end_events
11 12 13 |
# File 'lib/trailblazer/developer/activity.rb', line 11 def end_events @end_events end |
#id ⇒ Object
Returns the value of attribute id
11 12 13 |
# File 'lib/trailblazer/developer/activity.rb', line 11 def id @id end |
#sequence_flow ⇒ Object
Returns the value of attribute sequence_flow
11 12 13 |
# File 'lib/trailblazer/developer/activity.rb', line 11 def sequence_flow @sequence_flow end |
#start_events ⇒ Object
Returns the value of attribute start_events
11 12 13 |
# File 'lib/trailblazer/developer/activity.rb', line 11 def start_events @start_events end |
#task ⇒ Object
Returns the value of attribute task
11 12 13 |
# File 'lib/trailblazer/developer/activity.rb', line 11 def task @task end |