Method: QB::Ansible::Module#args
- Defined in:
- lib/qb/ansible/module.rb
#args ⇒ Hash<String, VALUE>
TODO:
May want to get rid of this once using props is totally flushed out.
It should at least be deal with in the constructor somehow so this
can be changed to an attr_reader.
The raw parsed arguments. Used for backwards-compatibility with how QB::Ansible::Module used to work before NRSER::Props and #arg.
366 367 368 |
# File 'lib/qb/ansible/module.rb', line 366 def args @args end |