Class: Chef::Deprecated::Property
Overview
Returned when using the deprecated option on a property
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, #url
Constructor Details
This class inherits a constructor from Chef::Deprecated::Base
Instance Method Details
#inspect ⇒ Object
285 286 287 |
# File 'lib/chef/deprecated.rb', line 285 def inspect "#{message}\n#{location}" end |