Class: Grafeas::V1::PackageNote
- Inherits:
-
Object
- Object
- Grafeas::V1::PackageNote
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/package.rb
Overview
This represents a particular package that is distributed over various channels. E.g., glibc (aka libc6) is distributed by many, at various versions.
Instance Attribute Summary collapse
-
#distribution ⇒ Array<Grafeas::V1::Distribution>
The various channels by which a package is distributed.
-
#name ⇒ String
Required.
Instance Attribute Details
#distribution ⇒ Array<Grafeas::V1::Distribution>
Returns The various channels by which a package is distributed.
65 |
# File 'lib/grafeas/v1/doc/grafeas/v1/package.rb', line 65 class PackageNote; end |
#name ⇒ String
Returns Required. Immutable. The name of the package.
65 |
# File 'lib/grafeas/v1/doc/grafeas/v1/package.rb', line 65 class PackageNote; end |