Class: RailVerdict::Repair::Verifier::Result
- Inherits:
-
Struct
- Object
- Struct
- RailVerdict::Repair::Verifier::Result
- Defined in:
- lib/rail_verdict/repair/verifier.rb
Instance Attribute Summary collapse
-
#completion_status ⇒ Object
Returns the value of attribute completion_status.
-
#gate ⇒ Object
Returns the value of attribute gate.
-
#new_blocking_findings ⇒ Object
Returns the value of attribute new_blocking_findings.
-
#overall_status ⇒ Object
Returns the value of attribute overall_status.
-
#regressed ⇒ Object
Returns the value of attribute regressed.
-
#target_status ⇒ Object
Returns the value of attribute target_status.
-
#verification_boundary_changed ⇒ Object
Returns the value of attribute verification_boundary_changed.
Instance Attribute Details
#completion_status ⇒ Object
Returns the value of attribute completion_status
6 7 8 |
# File 'lib/rail_verdict/repair/verifier.rb', line 6 def completion_status @completion_status end |
#gate ⇒ Object
Returns the value of attribute gate
6 7 8 |
# File 'lib/rail_verdict/repair/verifier.rb', line 6 def gate @gate end |
#new_blocking_findings ⇒ Object
Returns the value of attribute new_blocking_findings
6 7 8 |
# File 'lib/rail_verdict/repair/verifier.rb', line 6 def new_blocking_findings @new_blocking_findings end |
#overall_status ⇒ Object
Returns the value of attribute overall_status
6 7 8 |
# File 'lib/rail_verdict/repair/verifier.rb', line 6 def overall_status @overall_status end |
#regressed ⇒ Object
Returns the value of attribute regressed
6 7 8 |
# File 'lib/rail_verdict/repair/verifier.rb', line 6 def regressed @regressed end |
#target_status ⇒ Object
Returns the value of attribute target_status
6 7 8 |
# File 'lib/rail_verdict/repair/verifier.rb', line 6 def target_status @target_status end |
#verification_boundary_changed ⇒ Object
Returns the value of attribute verification_boundary_changed
6 7 8 |
# File 'lib/rail_verdict/repair/verifier.rb', line 6 def verification_boundary_changed @verification_boundary_changed end |