Class: Iconmap::Npm::VulnerablePackage

Inherits:
Struct
  • Object
show all
Defined in:
lib/iconmap/npm.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • the current value of name



16
17
18
# File 'lib/iconmap/npm.rb', line 16

def name
  @name
end

#severityObject

Returns the value of attribute severity

Returns:

  • the current value of severity



16
17
18
# File 'lib/iconmap/npm.rb', line 16

def severity
  @severity
end

#vulnerabilityObject

Returns the value of attribute vulnerability

Returns:

  • the current value of vulnerability



16
17
18
# File 'lib/iconmap/npm.rb', line 16

def vulnerability
  @vulnerability
end

#vulnerable_versionsObject

Returns the value of attribute vulnerable_versions

Returns:

  • the current value of vulnerable_versions



16
17
18
# File 'lib/iconmap/npm.rb', line 16

def vulnerable_versions
  @vulnerable_versions
end