Class: Homebrew::Vulns::AdvisoryOverrides::Entry Private

Inherits:
T::Struct
  • Object
show all
Defined in:
vulns/advisory_overrides.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

Instance Method Summary collapse

Constructor Details

#initialize(state: nil, fixed_in: nil, fixed_in_overridden:) ⇒ void

Parameters:

  • state (Symbol, nil) (defaults to: nil)
  • fixed_in (String, nil) (defaults to: nil)
  • fixed_in_overridden (Boolean)


# File ''

const :state, T.nilable(Symbol)
const :fixed_in, T.nilable(String)
const :fixed_in_overridden, T::Boolean

Instance Attribute Details

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

Returns:



# File ''

const :fixed_in, T.nilable(String)

#fixed_in_overriddenBoolean (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_in_overridden.

Returns:

  • (Boolean)


# File ''

const :fixed_in_overridden, T::Boolean

#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, T.nilable(Symbol)