Class: BundleSafeUpdate::AuditChecker::Vulnerability
- Inherits:
-
Struct
- Object
- Struct
- BundleSafeUpdate::AuditChecker::Vulnerability
- Defined in:
- lib/bundle_safe_update/audit_checker.rb
Instance Attribute Summary collapse
-
#cve ⇒ Object
Returns the value of attribute cve.
-
#gem_name ⇒ Object
Returns the value of attribute gem_name.
-
#solution ⇒ Object
Returns the value of attribute solution.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#cve ⇒ Object
Returns the value of attribute cve
9 10 11 |
# File 'lib/bundle_safe_update/audit_checker.rb', line 9 def cve @cve end |
#gem_name ⇒ Object
Returns the value of attribute gem_name
9 10 11 |
# File 'lib/bundle_safe_update/audit_checker.rb', line 9 def gem_name @gem_name end |
#solution ⇒ Object
Returns the value of attribute solution
9 10 11 |
# File 'lib/bundle_safe_update/audit_checker.rb', line 9 def solution @solution end |
#title ⇒ Object
Returns the value of attribute title
9 10 11 |
# File 'lib/bundle_safe_update/audit_checker.rb', line 9 def title @title end |