Class: Iconmap::Npm::VulnerablePackage
- Inherits:
-
Struct
- Object
- Struct
- Iconmap::Npm::VulnerablePackage
- Defined in:
- lib/iconmap/npm.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#vulnerability ⇒ Object
Returns the value of attribute vulnerability.
-
#vulnerable_versions ⇒ Object
Returns the value of attribute vulnerable_versions.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
16 17 18 |
# File 'lib/iconmap/npm.rb', line 16 def name @name end |
#severity ⇒ Object
Returns the value of attribute severity
16 17 18 |
# File 'lib/iconmap/npm.rb', line 16 def severity @severity end |
#vulnerability ⇒ Object
Returns the value of attribute vulnerability
16 17 18 |
# File 'lib/iconmap/npm.rb', line 16 def vulnerability @vulnerability end |
#vulnerable_versions ⇒ Object
Returns the value of attribute vulnerable_versions
16 17 18 |
# File 'lib/iconmap/npm.rb', line 16 def vulnerable_versions @vulnerable_versions end |