Method: Puppet::Parameter#name

Defined in:
lib/vendor/puppet/parameter.rb

#nameObject

each parameter class must define the name method, and parameter instances do not change that name this implicitly means that a given object can only have one parameter instance of a given parameter class



194
195
196
# File 'lib/vendor/puppet/parameter.rb', line 194

def name
  self.class.name
end