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