Class: SuperInstance::Equipment::SwarmCoordinator::AgentResult
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::AgentResult
- Defined in:
- lib/equipment/swarm_coordinator/result_aggregator.rb
Overview
Result from a single agent
Instance Attribute Summary collapse
-
#agent_id ⇒ Object
readonly
Returns the value of attribute agent_id.
-
#confidence ⇒ Object
readonly
Returns the value of attribute confidence.
-
#execution_time ⇒ Object
readonly
Returns the value of attribute execution_time.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
-
#validation_errors ⇒ Object
readonly
Returns the value of attribute validation_errors.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#agent_id ⇒ Object (readonly)
Returns the value of attribute agent_id
44 45 46 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 44 def agent_id @agent_id end |
#confidence ⇒ Object (readonly)
Returns the value of attribute confidence
44 45 46 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 44 def confidence @confidence end |
#execution_time ⇒ Object (readonly)
Returns the value of attribute execution_time
44 45 46 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 44 def execution_time @execution_time end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
44 45 46 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 44 def @metadata end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp
44 45 46 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 44 def @timestamp end |
#validation_errors ⇒ Object (readonly)
Returns the value of attribute validation_errors
44 45 46 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 44 def validation_errors @validation_errors end |
#value ⇒ Object (readonly)
Returns the value of attribute value
44 45 46 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 44 def value @value end |