Method: Chef::Mixin::Properties::ClassMethods#property_type
- Defined in:
- lib/chef/mixin/properties.rb
#property_type(**options) ⇒ Object
Create a reusable property type that can be used in multiple properties in different resources.
150 151 152 |
# File 'lib/chef/mixin/properties.rb', line 150 def property_type(**) Property.derive(**) end |