Class: GemChangelogDiff::OutdatedGem

Inherits:
Data
  • Object
show all
Defined in:
lib/gem_changelog_diff/outdated_gem.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_versionObject (readonly)

Returns the value of attribute current_version

Returns:

  • (Object)

    the current value of current_version



4
5
6
# File 'lib/gem_changelog_diff/outdated_gem.rb', line 4

def current_version
  @current_version
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/gem_changelog_diff/outdated_gem.rb', line 4

def name
  @name
end

#newest_versionObject (readonly)

Returns the value of attribute newest_version

Returns:

  • (Object)

    the current value of newest_version



4
5
6
# File 'lib/gem_changelog_diff/outdated_gem.rb', line 4

def newest_version
  @newest_version
end