Class: Ansible::Ruby::Modules::Macports
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Macports
- Defined in:
- lib/ansible/ruby/modules/generated/extras/packaging/os/macports.rb
Instance Method Summary collapse
-
#name ⇒ String
Name of package to install/remove.
-
#state ⇒ :present, ...
State of the package.
-
#update_cache ⇒ :yes, ...
Update the package db first.
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
#name ⇒ String
Returns name of package to install/remove.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/macports.rb', line 10 attribute :name |
#state ⇒ :present, ...
Returns state of the package.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/macports.rb', line 14 attribute :state |
#update_cache ⇒ :yes, ...
Returns update the package db first.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/macports.rb', line 18 attribute :update_cache |