Sha256: 4b88092b1099f65496832ff352256e08da5c0e020e03f86b7c0366e39a98a52f
Contents?: true
Size: 392 Bytes
Versions: 96
Compression:
Stored size: 392 Bytes
Contents
# A simple container for a parameter for an object. Consists of a # title and a set of parameters. # class Puppet::Parser::AST::ResourceInstance < Puppet::Parser::AST::Branch attr_accessor :title, :parameters def initialize(argshash) Puppet.warn_once('deprecation', 'AST::ResourceInstance', 'Use of Puppet::Parser::AST::ResourceInstance is deprecated') super(argshash) end end
Version data entries
96 entries across 96 versions & 2 rubygems