Class: Ansible::Ruby::Modules::Homebrew_tap
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Homebrew_tap
- Defined in:
- lib/ansible/ruby/modules/generated/packaging/os/homebrew_tap.rb
Overview
Tap external Homebrew repositories.
Instance Method Summary collapse
-
#name ⇒ Array<String>, String
The GitHub user/organization repository to tap.
-
#state ⇒ :present, ...
State of the repository.
-
#url ⇒ String?
The optional git URL of the repository to tap.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#name ⇒ Array<String>, String
12 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/homebrew_tap.rb', line 12 attribute :name |
#state ⇒ :present, ...
20 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/homebrew_tap.rb', line 20 attribute :state |
#url ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/homebrew_tap.rb', line 16 attribute :url |