Class: Homebrew::Vulns::Match::ReconciledHistory Private

Inherits:
T::Struct
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(state:, introduced: nil, fixed: nil, reasons:) ⇒ void

Parameters:



# File ''

const :state, Symbol
const :introduced, T.nilable(String)
const :fixed, T.nilable(String)
const :reasons, T::Array[Symbol]

Instance Attribute Details

#fixedString? (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.

Returns:



# File ''

const :fixed, T.nilable(String)

#introducedString? (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.

Returns:



# File ''

const :introduced, T.nilable(String)

#reasonsArray<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.

Returns:



# File ''

const :reasons, T::Array[Symbol]

#stateSymbol (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.

Returns:



# File ''

const :state, Symbol