Class: Homebrew::Bundle::Installer::InstallableEntry Private

Inherits:
T::Struct
  • Object
show all
Defined in:
bundle/installer.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(name:, options:, verb:, cls:) ⇒ void

Parameters:



# File ''

const :name, String
const :options, Homebrew::Bundle::EntryOptions
const :verb, String
const :cls, T.class_of(Homebrew::Bundle::PackageType)

Instance Attribute Details

#clsT.class_of(Homebrew::Bundle::PackageType) (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 cls.

Returns:



# File ''

const :cls, T.class_of(Homebrew::Bundle::PackageType)

#nameString (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 name.

Returns:



# File ''

const :name, String

#optionsHomebrew::Bundle::EntryOptions (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 options.



# File ''

const :options, Homebrew::Bundle::EntryOptions

#verbString (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 verb.

Returns:



# File ''

const :verb, String