Class: Iconmap::Npm::OutdatedPackage

Inherits:
Struct
  • Object
show all
Defined in:
lib/iconmap/npm.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



15
16
17
# File 'lib/iconmap/npm.rb', line 15

def current_version
  @current_version
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



15
16
17
# File 'lib/iconmap/npm.rb', line 15

def error
  @error
end

#icon_pathObject

Returns the value of attribute icon_path

Returns:

  • (Object)

    the current value of icon_path



15
16
17
# File 'lib/iconmap/npm.rb', line 15

def icon_path
  @icon_path
end

#latest_versionObject

Returns the value of attribute latest_version

Returns:

  • (Object)

    the current value of latest_version



15
16
17
# File 'lib/iconmap/npm.rb', line 15

def latest_version
  @latest_version
end

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



15
16
17
# File 'lib/iconmap/npm.rb', line 15

def package
  @package
end