Class: Grafeas::V1::UpgradeNote
- Inherits:
-
Object
- Object
- Grafeas::V1::UpgradeNote
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/upgrade.rb
Overview
An Upgrade Note represents a potential upgrade of a package to a given version. For each package version combination (i.e. bash 4.0, bash 4.1, bash 4.1.2), there will be an Upgrade Note. For Windows, windows_update field represents the information related to the update.
Instance Attribute Summary collapse
-
#distributions ⇒ Array<Grafeas::V1::UpgradeDistribution>
Metadata about the upgrade for each specific operating system.
-
#package ⇒ String
Required for non-Windows OS.
-
#version ⇒ Grafeas::V1::Version
Required for non-Windows OS.
-
#windows_update ⇒ Grafeas::V1::WindowsUpdate
Required for Windows OS.
Instance Attribute Details
#distributions ⇒ Array<Grafeas::V1::UpgradeDistribution>
Returns Metadata about the upgrade for each specific operating system.
35 |
# File 'lib/grafeas/v1/doc/grafeas/v1/upgrade.rb', line 35 class UpgradeNote; end |
#package ⇒ String
Returns Required for non-Windows OS. The package this Upgrade is for.
35 |
# File 'lib/grafeas/v1/doc/grafeas/v1/upgrade.rb', line 35 class UpgradeNote; end |
#version ⇒ Grafeas::V1::Version
Returns Required for non-Windows OS. The version of the package in machine + human readable form.
35 |
# File 'lib/grafeas/v1/doc/grafeas/v1/upgrade.rb', line 35 class UpgradeNote; end |
#windows_update ⇒ Grafeas::V1::WindowsUpdate
Returns Required for Windows OS. Represents the metadata about the Windows update.
35 |
# File 'lib/grafeas/v1/doc/grafeas/v1/upgrade.rb', line 35 class UpgradeNote; end |