Class: StillActive::Diff::Accepted

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



40
41
42
# File 'lib/still_active/diff.rb', line 40

def reason
  @reason
end

#regressionObject

Returns the value of attribute regression

Returns:

  • (Object)

    the current value of regression



40
41
42
# File 'lib/still_active/diff.rb', line 40

def regression
  @regression
end