Class: Ansible::Ruby::Modules::Win_file
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_file
- Defined in:
- lib/ansible/ruby/modules/generated/core/windows/win_file.rb
Instance Method Summary collapse
-
#path ⇒ Object
Path to the file being managed.
-
#state ⇒ :file, ...
If C(directory), all immediate subdirectories will be created if they do not exist.
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
#path ⇒ Object
10 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_file.rb', line 10 attribute :path |
#state ⇒ :file, ...
14 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_file.rb', line 14 attribute :state |