Method: Puppet::Type.propertybyname
- Defined in:
- lib/puppet/type.rb
.propertybyname(name) ⇒ Puppet::Property
Returns the property class ??? associated with the given property name
559 560 561 |
# File 'lib/puppet/type.rb', line 559 def self.propertybyname(name) @validproperties[name] end |