Class: Chef::Deprecated::Generic
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
295 296 297 |
# File 'lib/chef/deprecated.rb', line 295 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
291 292 293 |
# File 'lib/chef/deprecated.rb', line 291 def url "https://docs.chef.io/chef_deprecations_client.html" end |