Method: Puppet::Type.properties

Defined in:
lib/puppet/type.rb

.propertiesArray<Puppet::Property> (readonly)

The returned lists contains instances if Puppet::Property or its subclasses.

Returns:

  • (Array<Puppet::Property>)

    The list of declared properties for the resource type.



116
117
118
# File 'lib/puppet/type.rb', line 116

def properties
  @properties
end