Class: WorkflowRb::ExecutionPointer
- Inherits:
-
Object
- Object
- WorkflowRb::ExecutionPointer
- Defined in:
- lib/workflow_rb/models/execution_pointer.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#concurrent_fork ⇒ Object
Returns the value of attribute concurrent_fork.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#event_data ⇒ Object
Returns the value of attribute event_data.
-
#event_key ⇒ Object
Returns the value of attribute event_key.
-
#event_name ⇒ Object
Returns the value of attribute event_name.
-
#event_published ⇒ Object
Returns the value of attribute event_published.
-
#path_terminator ⇒ Object
Returns the value of attribute path_terminator.
-
#persistence_data ⇒ Object
Returns the value of attribute persistence_data.
-
#sleep_until ⇒ Object
Returns the value of attribute sleep_until.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#step_id ⇒ Object
Returns the value of attribute step_id.
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
5 6 7 |
# File 'lib/workflow_rb/models/execution_pointer.rb', line 5 def active @active end |
#concurrent_fork ⇒ Object
Returns the value of attribute concurrent_fork.
14 15 16 |
# File 'lib/workflow_rb/models/execution_pointer.rb', line 14 def concurrent_fork @concurrent_fork end |
#end_time ⇒ Object
Returns the value of attribute end_time.
8 9 10 |
# File 'lib/workflow_rb/models/execution_pointer.rb', line 8 def end_time @end_time end |
#event_data ⇒ Object
Returns the value of attribute event_data.
13 14 15 |
# File 'lib/workflow_rb/models/execution_pointer.rb', line 13 def event_data @event_data end |
#event_key ⇒ Object
Returns the value of attribute event_key.
11 12 13 |
# File 'lib/workflow_rb/models/execution_pointer.rb', line 11 def event_key @event_key end |
#event_name ⇒ Object
Returns the value of attribute event_name.
10 11 12 |
# File 'lib/workflow_rb/models/execution_pointer.rb', line 10 def event_name @event_name end |
#event_published ⇒ Object
Returns the value of attribute event_published.
12 13 14 |
# File 'lib/workflow_rb/models/execution_pointer.rb', line 12 def event_published @event_published end |
#path_terminator ⇒ Object
Returns the value of attribute path_terminator.
15 16 17 |
# File 'lib/workflow_rb/models/execution_pointer.rb', line 15 def path_terminator @path_terminator end |
#persistence_data ⇒ Object
Returns the value of attribute persistence_data.
6 7 8 |
# File 'lib/workflow_rb/models/execution_pointer.rb', line 6 def persistence_data @persistence_data end |
#sleep_until ⇒ Object
Returns the value of attribute sleep_until.
9 10 11 |
# File 'lib/workflow_rb/models/execution_pointer.rb', line 9 def sleep_until @sleep_until end |
#start_time ⇒ Object
Returns the value of attribute start_time.
7 8 9 |
# File 'lib/workflow_rb/models/execution_pointer.rb', line 7 def start_time @start_time end |
#step_id ⇒ Object
Returns the value of attribute step_id.
4 5 6 |
# File 'lib/workflow_rb/models/execution_pointer.rb', line 4 def step_id @step_id end |