Class: SuperInstance::Equipment::SwarmCoordinator::ConflictReport

Inherits:
Data
  • Object
show all
Defined in:
lib/equipment/swarm_coordinator/result_aggregator.rb

Overview

Report of a detected conflict

Instance Attribute Summary collapse

Instance Attribute Details

#conflict_idObject (readonly)

Returns the value of attribute conflict_id

Returns:

  • (Object)

    the current value of conflict_id



55
56
57
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 55

def conflict_id
  @conflict_id
end

#conflicting_resultsObject (readonly)

Returns the value of attribute conflicting_results

Returns:

  • (Object)

    the current value of conflicting_results



55
56
57
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 55

def conflicting_results
  @conflicting_results
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



55
56
57
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 55

def description
  @description
end

#resolutionObject (readonly)

Returns the value of attribute resolution

Returns:

  • (Object)

    the current value of resolution



55
56
57
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 55

def resolution
  @resolution
end

#severityObject (readonly)

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



55
56
57
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 55

def severity
  @severity
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



55
56
57
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 55

def type
  @type
end