class Chef::Deprecated::Generic

Public Instance Methods

to_s() click to toggle source
# File lib/chef/deprecated.rb, line 271
def to_s
  "Deprecation from #{location}\n\n  #{message}\n\n#{link}"
end
url() click to toggle source
# File lib/chef/deprecated.rb, line 267
def url
  "https://docs.chef.io/chef_deprecations_client/"
end