Method: Puppet::Pal::TaskSignature#task
- Defined in:
- lib/puppet/pal/task_signature.rb
#task ⇒ Puppet::Pops::Types::PuppetObject
Returns the Task instance which can be further explored. It contains all meta-data defined for the task such as the description, parameters, output, etc.
59 60 61 |
# File 'lib/puppet/pal/task_signature.rb', line 59 def task @task end |