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 ⇒ Object
private
Returns the value of attribute action.
-
#name ⇒ Object
private
Returns the value of attribute name.
Instance Attribute Details
#action ⇒ Object
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 attribute action
29 30 31 |
# File 'debrew.rb', line 29 def action @action end |
#name ⇒ Object
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 attribute name
29 30 31 |
# File 'debrew.rb', line 29 def name @name end |