Create a reusable property type that can be used in multiple properties in different resources.
property_type(default: 'hi')
Parameters:
Validation options. see #property for the list of options.
150 151 152
# File 'lib/chef/mixin/properties.rb', line 150 def property_type(**options) Property.derive(**options) end