Class: SuperInstance::Equipment::SwarmCoordinator::ConflictResolution
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::ConflictResolution
- Defined in:
- lib/equipment/swarm_coordinator/result_aggregator.rb
Overview
Resolution applied to a conflict
Instance Attribute Summary collapse
-
#method ⇒ Object
readonly
Returns the value of attribute method.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
-
#winning_agent_id ⇒ Object
readonly
Returns the value of attribute winning_agent_id.
-
#winning_value ⇒ Object
readonly
Returns the value of attribute winning_value.
Instance Attribute Details
#method ⇒ Object (readonly)
Returns the value of attribute method
65 66 67 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 65 def method @method end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
65 66 67 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 65 def reason @reason end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp
65 66 67 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 65 def @timestamp end |
#winning_agent_id ⇒ Object (readonly)
Returns the value of attribute winning_agent_id
65 66 67 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 65 def winning_agent_id @winning_agent_id end |
#winning_value ⇒ Object (readonly)
Returns the value of attribute winning_value
65 66 67 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 65 def winning_value @winning_value end |