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