Class: StillActive::Diff::Accepted
- Inherits:
-
Struct
- Object
- Struct
- StillActive::Diff::Accepted
- Defined in:
- lib/still_active/diff.rb
Overview
A regression a committed .still_active.yml knowingly accepts: carried out of the CI-failable set so the diff render can show it as suppressed-with-reason.
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#regression ⇒ Object
Returns the value of attribute regression.
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason
40 41 42 |
# File 'lib/still_active/diff.rb', line 40 def reason @reason end |
#regression ⇒ Object
Returns the value of attribute regression
40 41 42 |
# File 'lib/still_active/diff.rb', line 40 def regression @regression end |