Class: SuperInstance::Equipment::SwarmCoordinator::ConflictReport
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::ConflictReport
- Defined in:
- lib/equipment/swarm_coordinator/result_aggregator.rb
Overview
Report of a detected conflict
Instance Attribute Summary collapse
-
#conflict_id ⇒ Object
readonly
Returns the value of attribute conflict_id.
-
#conflicting_results ⇒ Object
readonly
Returns the value of attribute conflicting_results.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#resolution ⇒ Object
readonly
Returns the value of attribute resolution.
-
#severity ⇒ Object
readonly
Returns the value of attribute severity.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#conflict_id ⇒ Object (readonly)
Returns the value of attribute conflict_id
55 56 57 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 55 def conflict_id @conflict_id end |
#conflicting_results ⇒ Object (readonly)
Returns the value of attribute conflicting_results
55 56 57 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 55 def conflicting_results @conflicting_results end |
#description ⇒ Object (readonly)
Returns the value of attribute description
55 56 57 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 55 def description @description end |
#resolution ⇒ Object (readonly)
Returns the value of attribute resolution
55 56 57 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 55 def resolution @resolution end |
#severity ⇒ Object (readonly)
Returns the value of attribute severity
55 56 57 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 55 def severity @severity end |
#type ⇒ Object (readonly)
Returns the value of attribute type
55 56 57 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 55 def type @type end |