Module: Cheffish::BaseProperties

Includes:
Chef::Mixin::Properties
Included in:
BaseResource, NodeProperties
Defined in:
lib/cheffish/base_properties.rb

Constant Summary collapse

Boolean =
property_type(is: [ true, false ])
ArrayType =
ArrayProperty.new

Instance Method Summary collapse

Instance Method Details

#initialize(*args) ⇒ Object



9
10
11
12
# File 'lib/cheffish/base_properties.rb', line 9

def initialize(*args)
  super
  chef_server run_context.cheffish.current_chef_server
end