Class: Chef::Deprecated::Generic
Overview
id 3694 was deleted
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#<<, #id, #initialize, #link, #target
Constructor Details
This class inherits a constructor from Chef::Deprecated::Base
Instance Method Details
#inspect ⇒ Object
288 289 290 |
# File 'lib/chef/deprecated.rb', line 288 def inspect "#{message}\nThis is a generic error message and should be updated to have a proper deprecation class. #{location}\nPlease see #{url} for an overview of Chef deprecations." end |
#url ⇒ Object
284 285 286 |
# File 'lib/chef/deprecated.rb', line 284 def url "https://docs.chef.io/chef_deprecations_client.html" end |