Class: GemChangelogDiff::OutdatedGem
- Inherits:
-
Data
- Object
- Data
- GemChangelogDiff::OutdatedGem
- Defined in:
- lib/gem_changelog_diff/outdated_gem.rb
Instance Attribute Summary collapse
-
#current_version ⇒ Object
readonly
Returns the value of attribute current_version.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#newest_version ⇒ Object
readonly
Returns the value of attribute newest_version.
Instance Attribute Details
#current_version ⇒ Object (readonly)
Returns the value of attribute current_version
4 5 6 |
# File 'lib/gem_changelog_diff/outdated_gem.rb', line 4 def current_version @current_version end |
#name ⇒ Object (readonly)
Returns the value of attribute name
4 5 6 |
# File 'lib/gem_changelog_diff/outdated_gem.rb', line 4 def name @name end |
#newest_version ⇒ Object (readonly)
Returns the value of attribute newest_version
4 5 6 |
# File 'lib/gem_changelog_diff/outdated_gem.rb', line 4 def newest_version @newest_version end |