Method: Puppet::Interface::ActionBuilder#action
- Defined in:
- lib/puppet/interface/action_builder.rb
#action ⇒ Puppet::Interface::Action (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
The action under construction
14 15 16 |
# File 'lib/puppet/interface/action_builder.rb', line 14 def action @action end |