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/extras/packaging/os/homebrew_tap.rb
Instance Method Summary collapse
-
#state ⇒ :present, ...
State of the repository.
-
#tap ⇒ Object
The repository to tap.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#state ⇒ :present, ...
14 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/homebrew_tap.rb', line 14 attribute :state |
#tap ⇒ Object
10 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/homebrew_tap.rb', line 10 attribute :tap |