Class: SuperInstance::Equipment::SwarmCoordinator::OrchestrationResult
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::OrchestrationResult
- Defined in:
- lib/equipment/swarm_coordinator/agent_orchestrator.rb
Overview
Result of an orchestration operation
Instance Attribute Summary collapse
-
#agents_involved ⇒ Object
readonly
Returns the value of attribute agents_involved.
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#execution_time ⇒ Object
readonly
Returns the value of attribute execution_time.
-
#success ⇒ Object
readonly
Returns the value of attribute success.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
Instance Attribute Details
#agents_involved ⇒ Object (readonly)
Returns the value of attribute agents_involved
44 45 46 |
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 44 def agents_involved @agents_involved end |
#data ⇒ Object (readonly)
Returns the value of attribute data
44 45 46 |
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 44 def data @data end |
#error ⇒ Object (readonly)
Returns the value of attribute error
44 45 46 |
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 44 def error @error end |
#execution_time ⇒ Object (readonly)
Returns the value of attribute execution_time
44 45 46 |
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 44 def execution_time @execution_time end |
#success ⇒ Object (readonly)
Returns the value of attribute success
44 45 46 |
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 44 def success @success end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp
44 45 46 |
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 44 def @timestamp end |