Class: Ansible::Ruby::Modules::Win_stat
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_stat
- Defined in:
- lib/ansible/ruby/modules/generated/core/windows/win_stat.rb
Instance Method Summary collapse
-
#get_checksum ⇒ Boolean?
Whether to return a checksum of the file (only sha1 currently supported).
-
#get_md5 ⇒ Boolean?
Whether to return the checksum sum of the file.
-
#path ⇒ String
The full path of the file/object to get the facts of; both forward and back slashes are accepted.
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
#get_checksum ⇒ Boolean?
Returns Whether to return a checksum of the file (only sha1 currently supported).
18 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_stat.rb', line 18 attribute :get_checksum |
#get_md5 ⇒ Boolean?
Returns Whether to return the checksum sum of the file. As of Ansible 1.9 this is no longer a MD5, but a SHA1 instead.
14 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_stat.rb', line 14 attribute :get_md5 |
#path ⇒ String
Returns The full path of the file/object to get the facts of; both forward and back slashes are accepted.
10 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_stat.rb', line 10 attribute :path |