class Chef::Deprecated::Property

Returned when using the deprecated option on a property

Public Instance Methods

inspect() click to toggle source
# File lib/chef/deprecated.rb, line 285
def inspect
  "#{message}\n#{location}"
end