Class: Ansible::Ruby::Modules::Win_owner
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_owner
- Defined in:
- lib/ansible/ruby/modules/generated/windows/win_owner.rb
Overview
Set owner of files or directories
Instance Method Summary collapse
-
#path ⇒ String
Path to be used for changing owner.
-
#recurse ⇒ :yes, ...
Indicates if the owner should be changed recursively.
-
#user ⇒ String
Name to be used for changing owner.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#path ⇒ String
Returns Path to be used for changing owner.
12 |
# File 'lib/ansible/ruby/modules/generated/windows/win_owner.rb', line 12 attribute :path |
#recurse ⇒ :yes, ...
Returns Indicates if the owner should be changed recursively.
20 |
# File 'lib/ansible/ruby/modules/generated/windows/win_owner.rb', line 20 attribute :recurse |
#user ⇒ String
Returns Name to be used for changing owner.
16 |
# File 'lib/ansible/ruby/modules/generated/windows/win_owner.rb', line 16 attribute :user |