Class: BundleSafeUpdate::OutdatedChecker::OutdatedGem
- Inherits:
-
Struct
- Object
- Struct
- BundleSafeUpdate::OutdatedChecker::OutdatedGem
- Defined in:
- lib/bundle_safe_update/outdated_checker.rb
Instance Attribute Summary collapse
-
#current_version ⇒ Object
Returns the value of attribute current_version.
-
#name ⇒ Object
Returns the value of attribute name.
-
#newest_version ⇒ Object
Returns the value of attribute newest_version.
Instance Attribute Details
#current_version ⇒ Object
Returns the value of attribute current_version
8 9 10 |
# File 'lib/bundle_safe_update/outdated_checker.rb', line 8 def current_version @current_version end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/bundle_safe_update/outdated_checker.rb', line 8 def name @name end |
#newest_version ⇒ Object
Returns the value of attribute newest_version
8 9 10 |
# File 'lib/bundle_safe_update/outdated_checker.rb', line 8 def newest_version @newest_version end |