Class: StillActive::Diff::Result
- Inherits:
-
Struct
- Object
- Struct
- StillActive::Diff::Result
- Defined in:
- lib/still_active/diff.rb
Instance Attribute Summary collapse
-
#added ⇒ Object
Returns the value of attribute added.
-
#bumped ⇒ Object
Returns the value of attribute bumped.
-
#regressions ⇒ Object
Returns the value of attribute regressions.
-
#removed ⇒ Object
Returns the value of attribute removed.
-
#ruby ⇒ Object
Returns the value of attribute ruby.
-
#signal_changes ⇒ Object
Returns the value of attribute signal_changes.
Instance Attribute Details
#added ⇒ Object
Returns the value of attribute added
25 26 27 |
# File 'lib/still_active/diff.rb', line 25 def added @added end |
#bumped ⇒ Object
Returns the value of attribute bumped
25 26 27 |
# File 'lib/still_active/diff.rb', line 25 def bumped @bumped end |
#regressions ⇒ Object
Returns the value of attribute regressions
25 26 27 |
# File 'lib/still_active/diff.rb', line 25 def regressions @regressions end |
#removed ⇒ Object
Returns the value of attribute removed
25 26 27 |
# File 'lib/still_active/diff.rb', line 25 def removed @removed end |
#ruby ⇒ Object
Returns the value of attribute ruby
25 26 27 |
# File 'lib/still_active/diff.rb', line 25 def ruby @ruby end |
#signal_changes ⇒ Object
Returns the value of attribute signal_changes
25 26 27 |
# File 'lib/still_active/diff.rb', line 25 def signal_changes @signal_changes end |