Class: Phronomy::WorkflowRunner::Execution Private
- Inherits:
-
Data
- Object
- Data
- Phronomy::WorkflowRunner::Execution
- Defined in:
- lib/phronomy/workflow_runner.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#context ⇒ Object
readonly
Returns the value of attribute context.
-
#persist ⇒ Object
readonly
Returns the value of attribute persist.
-
#recursion_limit ⇒ Object
readonly
Returns the value of attribute recursion_limit.
-
#store ⇒ Object
readonly
Returns the value of attribute store.
-
#thread_id ⇒ Object
readonly
Returns the value of attribute thread_id.
Instance Attribute Details
#context ⇒ Object (readonly)
Returns the value of attribute context
19 20 21 |
# File 'lib/phronomy/workflow_runner.rb', line 19 def context @context end |
#persist ⇒ Object (readonly)
Returns the value of attribute persist
19 20 21 |
# File 'lib/phronomy/workflow_runner.rb', line 19 def persist @persist end |
#recursion_limit ⇒ Object (readonly)
Returns the value of attribute recursion_limit
19 20 21 |
# File 'lib/phronomy/workflow_runner.rb', line 19 def recursion_limit @recursion_limit end |
#store ⇒ Object (readonly)
Returns the value of attribute store
19 20 21 |
# File 'lib/phronomy/workflow_runner.rb', line 19 def store @store end |
#thread_id ⇒ Object (readonly)
Returns the value of attribute thread_id
19 20 21 |
# File 'lib/phronomy/workflow_runner.rb', line 19 def thread_id @thread_id end |