Class: RailVerdict::Comparison::Result
- Inherits:
-
Struct
- Object
- Struct
- RailVerdict::Comparison::Result
- Defined in:
- lib/rail_verdict/comparison.rb
Instance Attribute Summary collapse
-
#changed ⇒ Object
Returns the value of attribute changed.
-
#classified_findings ⇒ Object
Returns the value of attribute classified_findings.
-
#counts ⇒ Object
Returns the value of attribute counts.
-
#existing ⇒ Object
Returns the value of attribute existing.
-
#introduced ⇒ Object
Returns the value of attribute introduced.
-
#moved ⇒ Object
Returns the value of attribute moved.
-
#orphaned_waivers ⇒ Object
Returns the value of attribute orphaned_waivers.
-
#resolved ⇒ Object
Returns the value of attribute resolved.
Instance Attribute Details
#changed ⇒ Object
Returns the value of attribute changed
7 8 9 |
# File 'lib/rail_verdict/comparison.rb', line 7 def changed @changed end |
#classified_findings ⇒ Object
Returns the value of attribute classified_findings
7 8 9 |
# File 'lib/rail_verdict/comparison.rb', line 7 def classified_findings @classified_findings end |
#counts ⇒ Object
Returns the value of attribute counts
7 8 9 |
# File 'lib/rail_verdict/comparison.rb', line 7 def counts @counts end |
#existing ⇒ Object
Returns the value of attribute existing
7 8 9 |
# File 'lib/rail_verdict/comparison.rb', line 7 def existing @existing end |
#introduced ⇒ Object
Returns the value of attribute introduced
7 8 9 |
# File 'lib/rail_verdict/comparison.rb', line 7 def introduced @introduced end |
#moved ⇒ Object
Returns the value of attribute moved
7 8 9 |
# File 'lib/rail_verdict/comparison.rb', line 7 def moved @moved end |
#orphaned_waivers ⇒ Object
Returns the value of attribute orphaned_waivers
7 8 9 |
# File 'lib/rail_verdict/comparison.rb', line 7 def orphaned_waivers @orphaned_waivers end |
#resolved ⇒ Object
Returns the value of attribute resolved
7 8 9 |
# File 'lib/rail_verdict/comparison.rb', line 7 def resolved @resolved end |