Class: Chef::Deprecated::Property

Inherits:
Base
  • Object
show all
Defined in:
lib/chef/deprecated.rb

Overview

Returned when using the deprecated option on a property

Constant Summary

Constants inherited from Base

Base::BASE_URL

Instance Attribute Summary

Attributes inherited from Base

#location, #message

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

#inspectObject



285
286
287
# File 'lib/chef/deprecated.rb', line 285

def inspect
  "#{message}\n#{location}"
end