Class: Grafeas::V1::Location
- Inherits:
-
Object
- Object
- Grafeas::V1::Location
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/package.rb
Overview
An occurrence of a particular package installation found within a system's
filesystem. E.g., glibc was found in /var/lib/dpkg/status
.
Instance Attribute Summary collapse
-
#cpe_uri ⇒ String
Required.
-
#path ⇒ String
The path from which we gathered that this package/version is installed.
-
#version ⇒ Grafeas::V1::Version
The version installed at this location.
Instance Attribute Details
#cpe_uri ⇒ String
Returns Required. The CPE URI in CPE format denoting the package manager version distributing a package.
54 |
# File 'lib/grafeas/v1/doc/grafeas/v1/package.rb', line 54 class Location; end |
#path ⇒ String
Returns The path from which we gathered that this package/version is installed.
54 |
# File 'lib/grafeas/v1/doc/grafeas/v1/package.rb', line 54 class Location; end |
#version ⇒ Grafeas::V1::Version
Returns The version installed at this location.
54 |
# File 'lib/grafeas/v1/doc/grafeas/v1/package.rb', line 54 class Location; end |