Class: Debrew::Menu::Entry Private
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
-
#action ⇒ T.proc.void
readonly
private
Returns the value of prop
action. -
#name ⇒ String
readonly
private
Returns the value of prop
name.
Instance Method Summary collapse
- #initialize(name:, action:) ⇒ void constructor
Constructor Details
Instance Attribute Details
#action ⇒ T.proc.void (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 action.
|
|
# File '' const :action, T.proc.void |
#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 |