Class: Phronomy::Agent::ExecutionCoordinator::Prepared

Inherits:
Data
  • Object
show all
Defined in:
lib/phronomy/agent/execution_coordinator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configObject (readonly)

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



8
9
10
# File 'lib/phronomy/agent/execution_coordinator.rb', line 8

def config
  @config
end

#executionObject (readonly)

Returns the value of attribute execution

Returns:

  • (Object)

    the current value of execution



8
9
10
# File 'lib/phronomy/agent/execution_coordinator.rb', line 8

def execution
  @execution
end

#filtered_inputObject (readonly)

Returns the value of attribute filtered_input

Returns:

  • (Object)

    the current value of filtered_input



8
9
10
# File 'lib/phronomy/agent/execution_coordinator.rb', line 8

def filtered_input
  @filtered_input
end

#runtime_projectionObject (readonly)

Returns the value of attribute runtime_projection

Returns:

  • (Object)

    the current value of runtime_projection



8
9
10
# File 'lib/phronomy/agent/execution_coordinator.rb', line 8

def runtime_projection
  @runtime_projection
end