Class: BundleSafeUpdate::AuditChecker::AuditResult
- Inherits:
-
Struct
- Object
- Struct
- BundleSafeUpdate::AuditChecker::AuditResult
- Defined in:
- lib/bundle_safe_update/audit_checker.rb
Instance Attribute Summary collapse
-
#available ⇒ Object
Returns the value of attribute available.
-
#error ⇒ Object
Returns the value of attribute error.
-
#vulnerabilities ⇒ Object
Returns the value of attribute vulnerabilities.
Instance Attribute Details
#available ⇒ Object
Returns the value of attribute available
8 9 10 |
# File 'lib/bundle_safe_update/audit_checker.rb', line 8 def available @available end |
#error ⇒ Object
Returns the value of attribute error
8 9 10 |
# File 'lib/bundle_safe_update/audit_checker.rb', line 8 def error @error end |
#vulnerabilities ⇒ Object
Returns the value of attribute vulnerabilities
8 9 10 |
# File 'lib/bundle_safe_update/audit_checker.rb', line 8 def vulnerabilities @vulnerabilities end |