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
22 23 24 |
# File 'lib/still_active/diff.rb', line 22 def after @after end |
#after_version ⇒ Object
Returns the value of attribute after_version
22 23 24 |
# File 'lib/still_active/diff.rb', line 22 def after_version @after_version end |
#before ⇒ Object
Returns the value of attribute before
22 23 24 |
# File 'lib/still_active/diff.rb', line 22 def before @before end |
#before_version ⇒ Object
Returns the value of attribute before_version
22 23 24 |
# File 'lib/still_active/diff.rb', line 22 def before_version @before_version end |
#kind ⇒ Object
Returns the value of attribute kind
22 23 24 |
# File 'lib/still_active/diff.rb', line 22 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
22 23 24 |
# File 'lib/still_active/diff.rb', line 22 def name @name end |