Class: BundleSafeUpdate::GemChecker::CheckResult
- Inherits:
-
Struct
- Object
- Struct
- BundleSafeUpdate::GemChecker::CheckResult
- Defined in:
- lib/bundle_safe_update/gem_checker.rb
Instance Attribute Summary collapse
-
#age_days ⇒ Object
Returns the value of attribute age_days.
-
#allowed ⇒ Object
Returns the value of attribute allowed.
-
#current_version ⇒ Object
Returns the value of attribute current_version.
-
#name ⇒ Object
Returns the value of attribute name.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#age_days ⇒ Object
Returns the value of attribute age_days
5 6 7 |
# File 'lib/bundle_safe_update/gem_checker.rb', line 5 def age_days @age_days end |
#allowed ⇒ Object
Returns the value of attribute allowed
5 6 7 |
# File 'lib/bundle_safe_update/gem_checker.rb', line 5 def allowed @allowed end |
#current_version ⇒ Object
Returns the value of attribute current_version
5 6 7 |
# File 'lib/bundle_safe_update/gem_checker.rb', line 5 def current_version @current_version end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/bundle_safe_update/gem_checker.rb', line 5 def name @name end |
#reason ⇒ Object
Returns the value of attribute reason
5 6 7 |
# File 'lib/bundle_safe_update/gem_checker.rb', line 5 def reason @reason end |
#version ⇒ Object
Returns the value of attribute version
5 6 7 |
# File 'lib/bundle_safe_update/gem_checker.rb', line 5 def version @version end |