Class: Homebrew::Bundle::Installer::InstallableEntry Private
- 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
-
#cls ⇒ T.class_of(Homebrew::Bundle::PackageType)
readonly
private
Returns the value of prop
cls. -
#name ⇒ String
readonly
private
Returns the value of prop
name. -
#options ⇒ Homebrew::Bundle::EntryOptions
readonly
private
Returns the value of prop
options. -
#verb ⇒ String
readonly
private
Returns the value of prop
verb.
Instance Method Summary collapse
- #initialize(name:, options:, verb:, cls:) ⇒ void constructor
Constructor Details
#initialize(name:, options:, verb:, cls:) ⇒ void
|
|
# File '' const :name, String const :options, Homebrew::Bundle::EntryOptions const :verb, String const :cls, T.class_of(Homebrew::Bundle::PackageType) |
Instance Attribute Details
#cls ⇒ T.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.
|
|
# File '' const :cls, T.class_of(Homebrew::Bundle::PackageType) |
#name ⇒ 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 name.
|
|
# File '' const :name, String |
#options ⇒ Homebrew::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 |
#verb ⇒ 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 verb.
|
|
# File '' const :verb, String |