Class: StillActive::Diff::Regression
- Inherits:
-
Struct
- Object
- Struct
- StillActive::Diff::Regression
- Defined in:
- lib/still_active/diff.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#gem ⇒ Object
Returns the value of attribute gem.
-
#kind ⇒ Object
Returns the value of attribute kind.
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail
24 25 26 |
# File 'lib/still_active/diff.rb', line 24 def detail @detail end |
#gem ⇒ Object
Returns the value of attribute gem
24 25 26 |
# File 'lib/still_active/diff.rb', line 24 def gem @gem end |
#kind ⇒ Object
Returns the value of attribute kind
24 25 26 |
# File 'lib/still_active/diff.rb', line 24 def kind @kind end |