Class: Ansible::Ruby::Modules::Slurp

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/net_tools/basics/slurp.rb

Overview

This module works like M(fetch). It is used for fetching a base64- encoded blob containing the data in a remote file. This module is also supported for Windows targets.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#srcString

Returns The file on the remote system to fetch. This I(must) be a file, not a directory.

Returns:

  • (String)

    The file on the remote system to fetch. This I(must) be a file, not a directory.



13
# File 'lib/ansible/ruby/modules/generated/net_tools/basics/slurp.rb', line 13

attribute :src