Class: Ridley::DataBagObject
- Inherits:
-
ChefObject
- Object
- ChefObject
- Ridley::DataBagObject
- Defined in:
- lib/ridley/chef_objects/data_bag_object.rb
Defined Under Namespace
Classes: DataBagItemProxy
Instance Method Summary collapse
Methods inherited from ChefObject
#<=>, #==, chef_id, #chef_id, chef_json_class, chef_type, #eql?, #hash, #initialize, #inspect, #reload, #save, set_chef_id, set_chef_json_class, set_chef_type, #update
Constructor Details
This class inherits a constructor from Ridley::ChefObject
Instance Method Details
#item ⇒ Object
8 9 10 |
# File 'lib/ridley/chef_objects/data_bag_object.rb', line 8 def item DataBagItemProxy.new(self, resource.item_resource) end |