Class: Homebrew::Vulns::History::LoadFailure Private

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

Instance Method Summary collapse

Constructor Details

#initialize(formula:, revision:, path:, platform:, error_class:, message:) ⇒ void

Parameters:



# File ''

const :formula, String
const :revision, String
const :path, String
const :platform, String
const :error_class, String
const :message, String

Instance Attribute Details

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

Returns:



# File ''

const :error_class, String

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

Returns:



# File ''

const :formula, String

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

Returns:



# File ''

const :message, String

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

Returns:



# File ''

const :path, String

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

Returns:



# File ''

const :platform, String

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

Returns:



# File ''

const :revision, String