Class: Phronomy::Agent::ExecutionCoordinator::PrepFailureCommand
- Inherits:
-
Struct
- Object
- Struct
- Phronomy::Agent::ExecutionCoordinator::PrepFailureCommand
- Defined in:
- lib/phronomy/agent/execution_coordinator.rb
Instance Attribute Summary collapse
-
#coordinator ⇒ Object
Returns the value of attribute coordinator.
-
#error ⇒ Object
Returns the value of attribute error.
-
#on_event_listener ⇒ Object
Returns the value of attribute on_event_listener.
-
#result_task ⇒ Object
Returns the value of attribute result_task.
Instance Attribute Details
#coordinator ⇒ Object
Returns the value of attribute coordinator
10 11 12 |
# File 'lib/phronomy/agent/execution_coordinator.rb', line 10 def coordinator @coordinator end |
#error ⇒ Object
Returns the value of attribute error
10 11 12 |
# File 'lib/phronomy/agent/execution_coordinator.rb', line 10 def error @error end |
#on_event_listener ⇒ Object
Returns the value of attribute on_event_listener
10 11 12 |
# File 'lib/phronomy/agent/execution_coordinator.rb', line 10 def on_event_listener @on_event_listener end |
#result_task ⇒ Object
Returns the value of attribute result_task
10 11 12 |
# File 'lib/phronomy/agent/execution_coordinator.rb', line 10 def result_task @result_task end |