Class: Homebrew::Vulns::Match::HistoricalObservation Private
- Defined in:
- vulns/match.rb
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Instance Attribute Summary collapse
-
#patched ⇒ Boolean
readonly
private
Returns the value of prop
patched. -
#reasons ⇒ Array<Symbol>
readonly
private
Returns the value of prop
reasons. -
#state ⇒ Symbol
readonly
private
Returns the value of prop
state. -
#version ⇒ PkgVersion
readonly
private
Returns the value of prop
version.
Instance Method Summary collapse
Constructor Details
#initialize(version:, state:, patched:, reasons:) ⇒ void
|
|
# File '' const :version, PkgVersion const :state, Symbol const :patched, T::Boolean const :reasons, T::Array[Symbol] |
Instance Attribute Details
#patched ⇒ Boolean (readonly)
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of prop patched.
|
|
# File '' const :patched, T::Boolean |
#reasons ⇒ Array<Symbol> (readonly)
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of prop reasons.
|
|
# File '' const :reasons, T::Array[Symbol] |
#state ⇒ Symbol (readonly)
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of prop state.
|
|
# File '' const :state, Symbol |
#version ⇒ PkgVersion (readonly)
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of prop version.
|
|
# File '' const :version, PkgVersion |