Class: Homebrew::Vulns::Vulnerability::Interval Private
- Defined in:
- vulns/vulnerability.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
-
#fix ⇒ String?
readonly
private
Returns the value of prop
fix. -
#lower ⇒ String?
readonly
private
Returns the value of prop
lower. -
#upper ⇒ String?
readonly
private
Returns the value of prop
upper. -
#upper_inclusive ⇒ Boolean
readonly
private
Returns the value of prop
upper_inclusive.
Instance Method Summary collapse
Constructor Details
Instance Attribute Details
#fix ⇒ 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 fix.
|
|
# File '' const :fix, T.nilable(String) |
#lower ⇒ 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 lower.
|
|
# File '' const :lower, T.nilable(String) |
#upper ⇒ 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 upper.
|
|
# File '' const :upper, T.nilable(String) |
#upper_inclusive ⇒ 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 upper_inclusive.
|
|
# File '' const :upper_inclusive, T::Boolean |