Class: Homebrew::Vulns::History::LoadFailure Private
- Defined in:
- vulns/history.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
-
#error_class ⇒ String
readonly
private
Returns the value of prop
error_class. -
#formula ⇒ String
readonly
private
Returns the value of prop
formula. -
#message ⇒ String
readonly
private
Returns the value of prop
message. -
#path ⇒ String
readonly
private
Returns the value of prop
path. -
#platform ⇒ String
readonly
private
Returns the value of prop
platform. -
#revision ⇒ String
readonly
private
Returns the value of prop
revision.
Instance Method Summary collapse
Constructor Details
Instance Attribute Details
#error_class ⇒ 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 error_class.
|
|
# File '' const :error_class, String |
#formula ⇒ 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 formula.
|
|
# File '' const :formula, String |
#message ⇒ 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 message.
|
|
# File '' const :message, String |
#path ⇒ 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 path.
|
|
# File '' const :path, String |
#platform ⇒ 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 platform.
|
|
# File '' const :platform, String |
#revision ⇒ 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 revision.
|
|
# File '' const :revision, String |