Class: WorkflowRb::StepExecutionContext
- Inherits:
-
Object
- Object
- WorkflowRb::StepExecutionContext
- Defined in:
- lib/workflow_rb/models/step_execution_context.rb
Instance Attribute Summary collapse
-
#persistence_data ⇒ Object
Returns the value of attribute persistence_data.
-
#step ⇒ Object
Returns the value of attribute step.
-
#workflow ⇒ Object
Returns the value of attribute workflow.
Instance Attribute Details
#persistence_data ⇒ Object
Returns the value of attribute persistence_data.
6 7 8 |
# File 'lib/workflow_rb/models/step_execution_context.rb', line 6 def persistence_data @persistence_data end |
#step ⇒ Object
Returns the value of attribute step.
5 6 7 |
# File 'lib/workflow_rb/models/step_execution_context.rb', line 5 def step @step end |
#workflow ⇒ Object
Returns the value of attribute workflow.
4 5 6 |
# File 'lib/workflow_rb/models/step_execution_context.rb', line 4 def workflow @workflow end |