Class: WorkflowRb::StepExecutionContext

Inherits:
Object
  • Object
show all
Defined in:
lib/workflow_rb/models/step_execution_context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#persistence_dataObject

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

#stepObject

Returns the value of attribute step.



5
6
7
# File 'lib/workflow_rb/models/step_execution_context.rb', line 5

def step
  @step
end

#workflowObject

Returns the value of attribute workflow.



4
5
6
# File 'lib/workflow_rb/models/step_execution_context.rb', line 4

def workflow
  @workflow
end