NAME
Chef::REST::Client::attribute
VERSION
1.0
SYNOPSIS
use Chef::REST::Client::envrunlist;
my $obj = new Chef::REST::Client::envrunlist
( 'env_name' => $environment_name
, 'run_list' => $run_list
);
$obj->env_name;
$obj->run_list;
DESCRIPTION
Class that reperesents Chef Environment run list.
METHODS
Constructor
returns new object of class Chef::REST::Client::envrunlist with %params
env_name ( $environment_name )
get or set value for 'env_name'
run_list ($run_list )
get or set value for 'run_list'
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)