Class: RailVerdict::Comparison::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rail_verdict/comparison.rb

Instance Attribute Summary collapse

Instance Attribute Details

#changedObject

Returns the value of attribute changed

Returns:

  • (Object)

    the current value of changed



7
8
9
# File 'lib/rail_verdict/comparison.rb', line 7

def changed
  @changed
end

#classified_findingsObject

Returns the value of attribute classified_findings

Returns:

  • (Object)

    the current value of classified_findings



7
8
9
# File 'lib/rail_verdict/comparison.rb', line 7

def classified_findings
  @classified_findings
end

#countsObject

Returns the value of attribute counts

Returns:

  • (Object)

    the current value of counts



7
8
9
# File 'lib/rail_verdict/comparison.rb', line 7

def counts
  @counts
end

#existingObject

Returns the value of attribute existing

Returns:

  • (Object)

    the current value of existing



7
8
9
# File 'lib/rail_verdict/comparison.rb', line 7

def existing
  @existing
end

#introducedObject

Returns the value of attribute introduced

Returns:

  • (Object)

    the current value of introduced



7
8
9
# File 'lib/rail_verdict/comparison.rb', line 7

def introduced
  @introduced
end

#movedObject

Returns the value of attribute moved

Returns:

  • (Object)

    the current value of moved



7
8
9
# File 'lib/rail_verdict/comparison.rb', line 7

def moved
  @moved
end

#orphaned_waiversObject

Returns the value of attribute orphaned_waivers

Returns:

  • (Object)

    the current value of orphaned_waivers



7
8
9
# File 'lib/rail_verdict/comparison.rb', line 7

def orphaned_waivers
  @orphaned_waivers
end

#resolvedObject

Returns the value of attribute resolved

Returns:

  • (Object)

    the current value of resolved



7
8
9
# File 'lib/rail_verdict/comparison.rb', line 7

def resolved
  @resolved
end