Method: Puppet::Interface::Action#options

Defined in:
lib/puppet/interface/action.rb

#optionsObject

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.



308
309
310
# File 'lib/puppet/interface/action.rb', line 308

def options
  @face.options + @options
end