Method: QB::Ansible::Module#args_source

Defined in:
lib/qb/ansible/module.rb

#args_sourcenil | Hash<Symbol, Object>

Optional information on the source of the arguments.

Returns:

  • (nil | Hash<Symbol, Object>)


352
353
354
# File 'lib/qb/ansible/module.rb', line 352

def args_source
  @args_source
end