Method: Puppet::Parser::AST::ResourceParam#initialize

Defined in:
lib/puppet/parser/ast/resourceparam.rb

#initialize(argshash) ⇒ ResourceParam

Returns a new instance of ResourceParam.



8
9
10
11
# File 'lib/puppet/parser/ast/resourceparam.rb', line 8

def initialize(argshash)
  Puppet.warn_once('deprecations', 'AST::ResourceParam', _('Use of Puppet::Parser::AST::ResourceParam is deprecated and not fully functional'))
  super(argshash)
end