Method: Puppet::Interface::Action#name

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

#nameSymbol (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 name of this action

Returns:

API:

  • private



52
53
54
# File 'lib/puppet/interface/action.rb', line 52

def name
  @name
end