Class: Homebrew::Manpages::Variables Private

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

#alumniObject

Returns the value of attribute alumni

Returns:

  • (Object)

    the current value of alumni



15
16
17
# File 'manpages.rb', line 15

def alumni
  @alumni
end

#commandsObject

Returns the value of attribute commands

Returns:

  • (Object)

    the current value of commands



15
16
17
# File 'manpages.rb', line 15

def commands
  @commands
end

#developer_commandsObject

Returns the value of attribute developer_commands

Returns:

  • (Object)

    the current value of developer_commands



15
16
17
# File 'manpages.rb', line 15

def developer_commands
  @developer_commands
end

#environment_variablesObject

Returns the value of attribute environment_variables

Returns:

  • (Object)

    the current value of environment_variables



15
16
17
# File 'manpages.rb', line 15

def environment_variables
  @environment_variables
end

#global_cask_optionsObject

Returns the value of attribute global_cask_options

Returns:

  • (Object)

    the current value of global_cask_options



15
16
17
# File 'manpages.rb', line 15

def global_cask_options
  @global_cask_options
end

#global_optionsObject

Returns the value of attribute global_options

Returns:

  • (Object)

    the current value of global_options



15
16
17
# File 'manpages.rb', line 15

def global_options
  @global_options
end

#leadObject

Returns the value of attribute lead

Returns:

  • (Object)

    the current value of lead



15
16
17
# File 'manpages.rb', line 15

def lead
  @lead
end

#maintainersObject

Returns the value of attribute maintainers

Returns:

  • (Object)

    the current value of maintainers



15
16
17
# File 'manpages.rb', line 15

def maintainers
  @maintainers
end

#official_external_commandsObject

Returns the value of attribute official_external_commands

Returns:

  • (Object)

    the current value of official_external_commands



15
16
17
# File 'manpages.rb', line 15

def official_external_commands
  @official_external_commands
end

#plcObject

Returns the value of attribute plc

Returns:

  • (Object)

    the current value of plc



15
16
17
# File 'manpages.rb', line 15

def plc
  @plc
end

#tscObject

Returns the value of attribute tsc

Returns:

  • (Object)

    the current value of tsc



15
16
17
# File 'manpages.rb', line 15

def tsc
  @tsc
end