Class: Homebrew::Vulns::AdvisoryOverrides::Entry Private
- 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
-
#fixed_in ⇒ String?
readonly
private
Returns the value of prop
fixed_in. -
#fixed_in_overridden ⇒ Boolean
readonly
private
Returns the value of prop
fixed_in_overridden. -
#state ⇒ Symbol?
readonly
private
Returns the value of prop
state.
Instance Method Summary collapse
Constructor Details
Instance Attribute Details
#fixed_in ⇒ 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_in.
|
|
# File '' const :fixed_in, T.nilable(String) |
#fixed_in_overridden ⇒ 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 fixed_in_overridden.
|
|
# File '' const :fixed_in_overridden, T::Boolean |
#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, T.nilable(Symbol) |