NAME
Chef::REST::Client::cookbooks
VERSION
1.0
SYNOPSIS
$obj->cookbooks('yum', '_latest')->details; $obj->cookbooks('yum', '_latest')->details->attributes;
DESCRIPTION
This class contains methods to get cookbooks from chef server.
METHODS
list
This method list all the cookbooks available. $obj->cookbook()->list;
details
This method fetches details about a cookbook
$obj->cookbook('yum')->details;
KNOWN BUGS
SUPPORT
open a github ticket or email comments to Bhavin Patel <bpatel10@nyit.edu>
COPYRIGHT AND LICENSE
This Software is free to use , licensed under : The Artisic License 2.0 (GPL Compatible)