Class: Phronomy::Agent::ExecutionCoordinator::Prepared
- Inherits:
-
Data
- Object
- Data
- Phronomy::Agent::ExecutionCoordinator::Prepared
- Defined in:
- lib/phronomy/agent/execution_coordinator.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#execution ⇒ Object
readonly
Returns the value of attribute execution.
-
#filtered_input ⇒ Object
readonly
Returns the value of attribute filtered_input.
-
#runtime_projection ⇒ Object
readonly
Returns the value of attribute runtime_projection.
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config
8 9 10 |
# File 'lib/phronomy/agent/execution_coordinator.rb', line 8 def config @config end |
#execution ⇒ Object (readonly)
Returns the value of attribute execution
8 9 10 |
# File 'lib/phronomy/agent/execution_coordinator.rb', line 8 def execution @execution end |
#filtered_input ⇒ Object (readonly)
Returns the value of attribute filtered_input
8 9 10 |
# File 'lib/phronomy/agent/execution_coordinator.rb', line 8 def filtered_input @filtered_input end |
#runtime_projection ⇒ Object (readonly)
Returns the value of attribute runtime_projection
8 9 10 |
# File 'lib/phronomy/agent/execution_coordinator.rb', line 8 def runtime_projection @runtime_projection end |