Class: Ansible::Ruby::Modules::Slurp
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Slurp
- Defined in:
- lib/ansible/ruby/modules/generated/core/network/basics/slurp.rb
Instance Method Summary collapse
-
#src ⇒ Object
The file on the remote system to fetch.
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
#src ⇒ Object
Returns The file on the remote system to fetch. This I(must) be a file, not a directory.
10 |
# File 'lib/ansible/ruby/modules/generated/core/network/basics/slurp.rb', line 10 attribute :src |