Class: Chef::Deprecated::CustomResource
- Defined in:
- lib/chef/deprecated.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#<<, #initialize, #inspect, #link, #url
Constructor Details
This class inherits a constructor from Chef::Deprecated::Base
Instance Method Details
#id ⇒ Object
112 113 114 |
# File 'lib/chef/deprecated.rb', line 112 def id 5 end |
#target ⇒ Object
116 117 118 |
# File 'lib/chef/deprecated.rb', line 116 def target "custom_resource_cleanups.html" end |