Class: Homebrew::Vulns::Match::ReconciledHistory Private
- Defined in:
- vulns/match.rb
Overview
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.
A single-platform history decision, not permission to replace a stored record. Callers must also validate its provenance and other platforms.
Instance Attribute Summary collapse
-
#fixed ⇒ String?
readonly
private
Returns the value of prop
fixed. -
#introduced ⇒ String?
readonly
private
Returns the value of prop
introduced. -
#reasons ⇒ Array<Symbol>
readonly
private
Returns the value of prop
reasons. -
#state ⇒ Symbol
readonly
private
Returns the value of prop
state.
Instance Method Summary collapse
Constructor Details
Instance Attribute Details
#fixed ⇒ String? (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 fixed.
|
|
# File '' const :fixed, T.nilable(String) |
#introduced ⇒ String? (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 introduced.
|
|
# File '' const :introduced, T.nilable(String) |
#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 |