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
deprecation_key, #initialize, #link, #silenced?, target, #url
Constructor Details
This class inherits a constructor from Chef::Deprecated::Base
Instance Method Details
#to_s ⇒ Object
219 220 221 |
# File 'lib/chef/deprecated.rb', line 219 def to_s "Deprecated resource property used from #{location}\n\n #{}\n\nPlease consult the resource documentation for more information." end |