NAME
Chef::REST::Client::data
VERSION
1.0
SYNOPSIS
use Chef::REST::Client::data;
$obj->data->list; $obj->data->details; $obj->data( 'abcusers' , 'webro' )->details;
DESCRIPTION
Chef data class. used internally contains methods to fetch data from Chef server.This will return an array of Chef::REST::Client::databag objects.
METHODS
list
list all the data elements from Chef Server
$obj->data->list
details
fetch all the details about the data object saved in the Chef server. internally calls raw() method of Chef::REST::Client::EndPoint
KNOWN BUGS
SUPPORT
open a github ticket or email comments to Bhavin Patel <mail4bhavin@yahoo.com>
COPYRIGHT AND LICENSE
This Software is free to use , licensed under : The Artisic License 2.0 (GPL Compatible)