Class: Phronomy::Agent::ExecutionCoordinator::PrepFailureCommand

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

Instance Attribute Summary collapse

Instance Attribute Details

#coordinatorObject

Returns the value of attribute coordinator

Returns:

  • (Object)

    the current value of coordinator



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

def coordinator
  @coordinator
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



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

def error
  @error
end

#on_event_listenerObject

Returns the value of attribute on_event_listener

Returns:

  • (Object)

    the current value of on_event_listener



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

def on_event_listener
  @on_event_listener
end

#result_taskObject

Returns the value of attribute result_task

Returns:

  • (Object)

    the current value of result_task



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

def result_task
  @result_task
end