Method: Chef::Resource#params
- Defined in:
- lib/chef/resource.rb
permalink #params ⇒ Object
XXX: this is required for definition params inside of the scope of a subresource to work correctly.
1231 1232 1233 |
# File 'lib/chef/resource.rb', line 1231 def params @params end |