Class: Homebrew::ExecutablesDB::FormulaEntry Private

Inherits:
T::Struct
  • Object
show all
Defined in:
executables_db.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(version:, binaries:) ⇒ void

Parameters:



# File ''

const :version, String
const :binaries, T::Array[String]

Instance Attribute Details

#binariesArray<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 binaries.

Returns:



# File ''

const :binaries, T::Array[String]

#versionString (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 version.

Returns:



# File ''

const :version, String