Class: BundleSafeUpdate::OutdatedChecker::OutdatedGem

Inherits:
Struct
  • Object
show all
Defined in:
lib/bundle_safe_update/outdated_checker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_versionObject

Returns the value of attribute current_version

Returns:

  • (Object)

    the current value of current_version



8
9
10
# File 'lib/bundle_safe_update/outdated_checker.rb', line 8

def current_version
  @current_version
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/bundle_safe_update/outdated_checker.rb', line 8

def name
  @name
end

#newest_versionObject

Returns the value of attribute newest_version

Returns:

  • (Object)

    the current value of newest_version



8
9
10
# File 'lib/bundle_safe_update/outdated_checker.rb', line 8

def newest_version
  @newest_version
end