Class: Ansible::Ruby::Modules::Swdepot
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Swdepot
- Defined in:
- lib/ansible/ruby/modules/generated/extras/packaging/os/swdepot.rb
Instance Method Summary collapse
-
#depot ⇒ String?
The source repository from which install or upgrade a package.
-
#name ⇒ String
Package name.
-
#state ⇒ :present, ...
Whether to install (C(present), C(latest)), or remove (C(absent)) a package.
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
#depot ⇒ String?
Returns The source repository from which install or upgrade a package.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/swdepot.rb', line 18 attribute :depot |
#name ⇒ String
Returns package name.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/swdepot.rb', line 10 attribute :name |
#state ⇒ :present, ...
Returns whether to install (C(present), C(latest)), or remove (C(absent)) a package.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/swdepot.rb', line 14 attribute :state |