Module: Cheffish::BaseProperties
- Includes:
- Chef::Mixin::Properties
- Included in:
- BaseResource, NodeProperties
- Defined in:
- lib/cheffish/base_properties.rb
Constant Summary collapse
- 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 |