class Chef::Deprecated::Generic
Public Instance Methods
to_s()
click to toggle source
# File lib/chef/deprecated.rb, line 236 def to_s "Deprecation from #{location}\n\n #{message}\n\n#{link}" end
url()
click to toggle source
# File lib/chef/deprecated.rb, line 232 def url "https://docs.chef.io/chef_deprecations_client.html" end