Class: Homebrew::Vulns::Match::ResourceRecord 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.
Stored resource provenance is a query hint, never a historical verdict.
Instance Attribute Summary collapse
-
#evidence ⇒ Array<Evidence>
readonly
private
Returns the value of prop
evidence. -
#id ⇒ String
readonly
private
Returns the value of prop
id. -
#upstream ⇒ Array<String>
readonly
private
Returns the value of prop
upstream.
Instance Method Summary collapse
- #initialize(id:, upstream:, evidence:) ⇒ void constructor
Constructor Details
Instance Attribute Details
#evidence ⇒ Array<Evidence> (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 evidence.
|
|
# File '' const :evidence, T::Array[Evidence] |
#id ⇒ 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 id.
|
|
# File '' const :id, String |
#upstream ⇒ Array<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 upstream.
|
|
# File '' const :upstream, T::Array[String] |