Method: Chef::DataBagItem#to_h
- Defined in:
- lib/chef/data_bag_item.rb
#to_h ⇒ Object Also known as: to_hash
114 115 116 117 118 119 |
# File 'lib/chef/data_bag_item.rb', line 114 def to_h result = raw_data.dup result["chef_type"] = "data_bag_item" result["data_bag"] = data_bag.to_s result end |