Class: Homebrew::Completions::Variables Private

Inherits:
Struct
  • Object
show all
Defined in:
completions.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 Attribute Details

#aliasesObject

Returns the value of attribute aliases

Returns:

  • (Object)

    the current value of aliases



13
14
15
# File 'completions.rb', line 13

def aliases
  @aliases
end

#builtin_command_descriptionsObject

Returns the value of attribute builtin_command_descriptions

Returns:

  • (Object)

    the current value of builtin_command_descriptions



13
14
15
# File 'completions.rb', line 13

def builtin_command_descriptions
  @builtin_command_descriptions
end

#completion_functionsObject

Returns the value of attribute completion_functions

Returns:

  • (Object)

    the current value of completion_functions



13
14
15
# File 'completions.rb', line 13

def completion_functions
  @completion_functions
end

#function_mappingsObject

Returns the value of attribute function_mappings

Returns:

  • (Object)

    the current value of function_mappings



13
14
15
# File 'completions.rb', line 13

def function_mappings
  @function_mappings
end