Class: Phronomy::WorkflowRunner::WorkflowPersistenceCommand Private
- Inherits:
-
Struct
- Object
- Struct
- Phronomy::WorkflowRunner::WorkflowPersistenceCommand
- 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
-
#error ⇒ Object
Returns the value of attribute error.
-
#fsm_session_id ⇒ Object
Returns the value of attribute fsm_session_id.
-
#result ⇒ Object
Returns the value of attribute result.
-
#result_task ⇒ Object
Returns the value of attribute result_task.
-
#runner ⇒ Object
Returns the value of attribute runner.
-
#thread_id ⇒ Object
Returns the value of attribute thread_id.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
31 32 33 |
# File 'lib/phronomy/workflow_runner.rb', line 31 def error @error end |
#fsm_session_id ⇒ Object
Returns the value of attribute fsm_session_id
31 32 33 |
# File 'lib/phronomy/workflow_runner.rb', line 31 def fsm_session_id @fsm_session_id end |
#result ⇒ Object
Returns the value of attribute result
31 32 33 |
# File 'lib/phronomy/workflow_runner.rb', line 31 def result @result end |
#result_task ⇒ Object
Returns the value of attribute result_task
31 32 33 |
# File 'lib/phronomy/workflow_runner.rb', line 31 def result_task @result_task end |
#runner ⇒ Object
Returns the value of attribute runner
31 32 33 |
# File 'lib/phronomy/workflow_runner.rb', line 31 def runner @runner end |
#thread_id ⇒ Object
Returns the value of attribute thread_id
31 32 33 |
# File 'lib/phronomy/workflow_runner.rb', line 31 def thread_id @thread_id end |