Method: Puppet::Interface::Action#deprecated?

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

#deprecated?Boolean

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.

Returns:

  • (Boolean)


161
162
163
# File 'lib/puppet/interface/action.rb', line 161

def deprecated?
  @deprecated
end