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
-
#commands ⇒ String
readonly
private
Returns the value of prop
commands. -
#developer_commands ⇒ String
readonly
private
Returns the value of prop
developer_commands. -
#environment_variables ⇒ String
readonly
private
Returns the value of prop
environment_variables. -
#global_cask_options ⇒ String
readonly
private
Returns the value of prop
global_cask_options. -
#global_options ⇒ String
readonly
private
Returns the value of prop
global_options. -
#lead_maintainers ⇒ String
readonly
private
Returns the value of prop
lead_maintainers. -
#maintainers ⇒ String
readonly
private
Returns the value of prop
maintainers. -
#project_leader ⇒ String
readonly
private
Returns the value of prop
project_leader.
Instance Method Summary collapse
Constructor Details
#initialize(commands:, developer_commands:, environment_variables:, global_cask_options:, global_options:, project_leader:, lead_maintainers:, maintainers:) ⇒ void
|
|
# File '' const :commands, String const :developer_commands, String const :environment_variables, String const :global_cask_options, String const :global_options, String const :project_leader, String const :lead_maintainers, String const :maintainers, String |
Instance Attribute Details
#commands ⇒ String (readonly)
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 prop commands.
|
|
# File '' const :commands, String |
#developer_commands ⇒ String (readonly)
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 prop developer_commands.
|
|
# File '' const :developer_commands, String |
#environment_variables ⇒ String (readonly)
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 prop environment_variables.
|
|
# File '' const :environment_variables, String |
#global_cask_options ⇒ String (readonly)
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 prop global_cask_options.
|
|
# File '' const :global_cask_options, String |
#global_options ⇒ String (readonly)
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 prop global_options.
|
|
# File '' const :global_options, String |
#lead_maintainers ⇒ String (readonly)
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 prop lead_maintainers.
|
|
# File '' const :lead_maintainers, String |
#maintainers ⇒ String (readonly)
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 prop maintainers.
|
|
# File '' const :maintainers, String |
#project_leader ⇒ String (readonly)
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 prop project_leader.
|
|
# File '' const :project_leader, String |