Class: Phronomy::Agent::ExecutionCoordinator::AgentTerminalCommand

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

Instance Attribute Summary collapse

Instance Attribute Details

#activationObject

Returns the value of attribute activation

Returns:

  • (Object)

    the current value of activation



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

def activation
  @activation
end

#commit_errorObject

Returns the value of attribute commit_error

Returns:

  • (Object)

    the current value of commit_error



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

def commit_error
  @commit_error
end

#coordinatorObject

Returns the value of attribute coordinator

Returns:

  • (Object)

    the current value of coordinator



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

def coordinator
  @coordinator
end

#outcomeObject

Returns the value of attribute outcome

Returns:

  • (Object)

    the current value of outcome



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

def outcome
  @outcome
end

#result_taskObject

Returns the value of attribute result_task

Returns:

  • (Object)

    the current value of result_task



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

def result_task
  @result_task
end