Class: SuperInstance::Equipment::SwarmCoordinator::OrchestrationResult

Inherits:
Data
  • Object
show all
Defined in:
lib/equipment/swarm_coordinator/agent_orchestrator.rb

Overview

Result of an orchestration operation

Instance Attribute Summary collapse

Instance Attribute Details

#agents_involvedObject (readonly)

Returns the value of attribute agents_involved

Returns:

  • (Object)

    the current value of agents_involved



44
45
46
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 44

def agents_involved
  @agents_involved
end

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



44
45
46
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 44

def data
  @data
end

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



44
45
46
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 44

def error
  @error
end

#execution_timeObject (readonly)

Returns the value of attribute execution_time

Returns:

  • (Object)

    the current value of execution_time



44
45
46
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 44

def execution_time
  @execution_time
end

#successObject (readonly)

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



44
45
46
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 44

def success
  @success
end

#timestampObject (readonly)

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



44
45
46
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 44

def timestamp
  @timestamp
end