NAME
Chef - Super Class for Chef::REST::Client
VERSION
1.0
SYNOPSIS
use Chef;
my $obj = new Chef( 'chef_server' => 'https://api.opscode.com/organizations/zyx'
, 'chef_version' => '11.0.4' );
DESCRIPTION
This is the Super Class module, Methods listed under this class shouldn't be access directly. Inturn these are used internally by other modules eg: Chef::REST::Client
METHODS
Constructor
Chef( chef_server , chef_version );
returns new Chef object and loads Chef module;
sever ( [<chef server>] )
sets CHEF_SERVER if the values is passed or returns the initialized value
chef_version ( [<chef version>] )
sets CHEF_VERSION if passed or returns initialized value
organization_name( [name] )
set ORGANIZATION_NAME if passed or returns initialized value
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)