Method: Puppet::Type.properties
- Defined in:
- lib/puppet/type.rb
.properties ⇒ Array<Puppet::Property> (readonly)
The returned lists contains instances if Puppet::Property or its subclasses.
116 117 118 |
# File 'lib/puppet/type.rb', line 116 def properties @properties end |