Method: Puppet::Property.name

Defined in:
lib/puppet/property.rb

.nameSymbol (readonly)

Returns The name of the property as given when the property was created.

Returns:

  • (Symbol)

    The name of the property as given when the property was created.



68
69
70
# File 'lib/puppet/property.rb', line 68

def name
  @name
end