Class: Homebrew::Completions::Variables 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
-
#aliases ⇒ Object
private
Returns the value of attribute aliases.
-
#builtin_command_descriptions ⇒ Object
private
Returns the value of attribute builtin_command_descriptions.
-
#completion_functions ⇒ Object
private
Returns the value of attribute completion_functions.
-
#function_mappings ⇒ Object
private
Returns the value of attribute function_mappings.
Instance Attribute Details
#aliases ⇒ 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 aliases
11 12 13 |
# File 'completions.rb', line 11 def aliases @aliases end |
#builtin_command_descriptions ⇒ 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 builtin_command_descriptions
11 12 13 |
# File 'completions.rb', line 11 def builtin_command_descriptions @builtin_command_descriptions end |
#completion_functions ⇒ 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 completion_functions
11 12 13 |
# File 'completions.rb', line 11 def completion_functions @completion_functions end |
#function_mappings ⇒ 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 function_mappings
11 12 13 |
# File 'completions.rb', line 11 def function_mappings @function_mappings end |