Class: Homebrew::Manpages::Variables Private
- Inherits:
-
Struct
- Object
- Struct
- Homebrew::Manpages::Variables
- 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
-
#alumni ⇒ Object
Returns the value of attribute alumni.
-
#commands ⇒ Object
Returns the value of attribute commands.
-
#developer_commands ⇒ Object
Returns the value of attribute developer_commands.
-
#environment_variables ⇒ Object
Returns the value of attribute environment_variables.
-
#global_cask_options ⇒ Object
Returns the value of attribute global_cask_options.
-
#global_options ⇒ Object
Returns the value of attribute global_options.
-
#lead ⇒ Object
Returns the value of attribute lead.
-
#maintainers ⇒ Object
Returns the value of attribute maintainers.
-
#official_external_commands ⇒ Object
Returns the value of attribute official_external_commands.
-
#plc ⇒ Object
Returns the value of attribute plc.
-
#tsc ⇒ Object
Returns the value of attribute tsc.
Instance Attribute Details
#alumni ⇒ Object
Returns the value of attribute alumni
17 18 19 |
# File 'manpages.rb', line 17 def alumni @alumni end |
#commands ⇒ Object
Returns the value of attribute commands
17 18 19 |
# File 'manpages.rb', line 17 def commands @commands end |
#developer_commands ⇒ Object
Returns the value of attribute developer_commands
17 18 19 |
# File 'manpages.rb', line 17 def developer_commands @developer_commands end |
#environment_variables ⇒ Object
Returns the value of attribute environment_variables
17 18 19 |
# File 'manpages.rb', line 17 def environment_variables @environment_variables end |
#global_cask_options ⇒ Object
Returns the value of attribute global_cask_options
17 18 19 |
# File 'manpages.rb', line 17 def @global_cask_options end |
#global_options ⇒ Object
Returns the value of attribute global_options
17 18 19 |
# File 'manpages.rb', line 17 def @global_options end |
#lead ⇒ Object
Returns the value of attribute lead
17 18 19 |
# File 'manpages.rb', line 17 def lead @lead end |
#maintainers ⇒ Object
Returns the value of attribute maintainers
17 18 19 |
# File 'manpages.rb', line 17 def maintainers @maintainers end |
#official_external_commands ⇒ Object
Returns the value of attribute official_external_commands
17 18 19 |
# File 'manpages.rb', line 17 def official_external_commands @official_external_commands end |
#plc ⇒ Object
Returns the value of attribute plc
17 18 19 |
# File 'manpages.rb', line 17 def plc @plc end |
#tsc ⇒ Object
Returns the value of attribute tsc
17 18 19 |
# File 'manpages.rb', line 17 def tsc @tsc end |