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.
-
#expected_revision ⇒ Object
readonly
Returns the value of attribute expected_revision.
-
#fsm_session_id ⇒ Object
readonly
Returns the value of attribute fsm_session_id.
-
#persist ⇒ Object
readonly
Returns the value of attribute persist.
-
#recursion_limit ⇒ Object
readonly
Returns the value of attribute recursion_limit.
-
#repository ⇒ Object
readonly
Returns the value of attribute repository.
-
#thread_id ⇒ Object
readonly
Returns the value of attribute thread_id.
Instance Attribute Details
#context ⇒ Object (readonly)
Returns the value of attribute context
21 22 23 |
# File 'lib/phronomy/workflow_runner.rb', line 21 def context @context end |
#expected_revision ⇒ Object (readonly)
Returns the value of attribute expected_revision
21 22 23 |
# File 'lib/phronomy/workflow_runner.rb', line 21 def expected_revision @expected_revision end |
#fsm_session_id ⇒ Object (readonly)
Returns the value of attribute fsm_session_id
21 22 23 |
# File 'lib/phronomy/workflow_runner.rb', line 21 def fsm_session_id @fsm_session_id end |
#persist ⇒ Object (readonly)
Returns the value of attribute persist
21 22 23 |
# File 'lib/phronomy/workflow_runner.rb', line 21 def persist @persist end |
#recursion_limit ⇒ Object (readonly)
Returns the value of attribute recursion_limit
21 22 23 |
# File 'lib/phronomy/workflow_runner.rb', line 21 def recursion_limit @recursion_limit end |
#repository ⇒ Object (readonly)
Returns the value of attribute repository
21 22 23 |
# File 'lib/phronomy/workflow_runner.rb', line 21 def repository @repository end |
#thread_id ⇒ Object (readonly)
Returns the value of attribute thread_id
21 22 23 |
# File 'lib/phronomy/workflow_runner.rb', line 21 def thread_id @thread_id end |