Class: Iconmap::Npm::OutdatedPackage
- Inherits:
-
Struct
- Object
- Struct
- Iconmap::Npm::OutdatedPackage
- Defined in:
- lib/iconmap/npm.rb
Instance Attribute Summary collapse
-
#current_version ⇒ Object
Returns the value of attribute current_version.
-
#error ⇒ Object
Returns the value of attribute error.
-
#icon_path ⇒ Object
Returns the value of attribute icon_path.
-
#latest_version ⇒ Object
Returns the value of attribute latest_version.
-
#package ⇒ Object
Returns the value of attribute package.
Instance Attribute Details
#current_version ⇒ Object
Returns the value of attribute current_version
15 16 17 |
# File 'lib/iconmap/npm.rb', line 15 def current_version @current_version end |
#error ⇒ Object
Returns the value of attribute error
15 16 17 |
# File 'lib/iconmap/npm.rb', line 15 def error @error end |
#icon_path ⇒ Object
Returns the value of attribute icon_path
15 16 17 |
# File 'lib/iconmap/npm.rb', line 15 def icon_path @icon_path end |
#latest_version ⇒ Object
Returns the value of attribute latest_version
15 16 17 |
# File 'lib/iconmap/npm.rb', line 15 def latest_version @latest_version end |
#package ⇒ Object
Returns the value of attribute package
15 16 17 |
# File 'lib/iconmap/npm.rb', line 15 def package @package end |