Class: Ansible::Ruby::Modules::Homebrew_cask
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Homebrew_cask
- Defined in:
- lib/ansible/ruby/modules/generated/extras/packaging/os/homebrew_cask.rb
Instance Method Summary collapse
-
#name ⇒ String
Name of cask to install/remove.
-
#state ⇒ :present, ...
State of the cask.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#name ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/homebrew_cask.rb', line 10 attribute :name |
#state ⇒ :present, ...
14 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/homebrew_cask.rb', line 14 attribute :state |