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
278 279 280 |
# File 'lib/chef/deprecated.rb', line 278 def inspect "#{}\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
274 275 276 |
# File 'lib/chef/deprecated.rb', line 274 def url "https://docs.chef.io/chef_deprecations_client.html" end |