Class: StillActive::Diff::Bumped
- Inherits:
-
Struct
- Object
- Struct
- StillActive::Diff::Bumped
- Defined in:
- lib/still_active/diff.rb
Instance Attribute Summary collapse
-
#after ⇒ Object
Returns the value of attribute after.
-
#after_version ⇒ Object
Returns the value of attribute after_version.
-
#before ⇒ Object
Returns the value of attribute before.
-
#before_version ⇒ Object
Returns the value of attribute before_version.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#after ⇒ Object
Returns the value of attribute after
35 36 37 |
# File 'lib/still_active/diff.rb', line 35 def after @after end |
#after_version ⇒ Object
Returns the value of attribute after_version
35 36 37 |
# File 'lib/still_active/diff.rb', line 35 def after_version @after_version end |
#before ⇒ Object
Returns the value of attribute before
35 36 37 |
# File 'lib/still_active/diff.rb', line 35 def before @before end |
#before_version ⇒ Object
Returns the value of attribute before_version
35 36 37 |
# File 'lib/still_active/diff.rb', line 35 def before_version @before_version end |
#kind ⇒ Object
Returns the value of attribute kind
35 36 37 |
# File 'lib/still_active/diff.rb', line 35 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
35 36 37 |
# File 'lib/still_active/diff.rb', line 35 def name @name end |