Class: SuperInstance::Equipment::SwarmCoordinator::AgentPerformance
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::AgentPerformance
- Defined in:
- lib/equipment/swarm_coordinator/swarm_coordinator.rb
Overview
Performance metrics for an agent
Instance Attribute Summary collapse
-
#agent_id ⇒ Object
readonly
Returns the value of attribute agent_id.
-
#response_time ⇒ Object
readonly
Returns the value of attribute response_time.
-
#score ⇒ Object
readonly
Returns the value of attribute score.
-
#success ⇒ Object
readonly
Returns the value of attribute success.
-
#task_id ⇒ Object
readonly
Returns the value of attribute task_id.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
Instance Attribute Details
#agent_id ⇒ Object (readonly)
Returns the value of attribute agent_id
60 61 62 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 60 def agent_id @agent_id end |
#response_time ⇒ Object (readonly)
Returns the value of attribute response_time
60 61 62 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 60 def response_time @response_time end |
#score ⇒ Object (readonly)
Returns the value of attribute score
60 61 62 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 60 def score @score end |
#success ⇒ Object (readonly)
Returns the value of attribute success
60 61 62 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 60 def success @success end |
#task_id ⇒ Object (readonly)
Returns the value of attribute task_id
60 61 62 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 60 def task_id @task_id end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp
60 61 62 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 60 def @timestamp end |