Shef::ModelWrapper
# File lib/chef/shef/model_wrapper.rb, line 97 def initialize(databag_name) @model_symbol = @databag_name = databag_name end
# File lib/chef/shef/model_wrapper.rb, line 104 def show(item) Chef::DataBagItem.load(@databag_name, item) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.