NAME
Chef::REST::Client::environment
VERSION
1.0
SYNOPSIS
use Chef::REST::Client::environment;
my $obj = new Chef::REST::Client::environment
( 'name' => $name
, 'url' => $url
, 'description' => $description
, 'override_attributes' => $override_attributes
, 'default_attributes' => $default_attributes
, 'cookbook_versions' => $cookbook_versions
);
$obj->key;
$obj->value;
DESCRIPTION
Class representation of Chef Environment.
METHODS
Constructor
returns new object of class Chef::REST::Client::environment with %params
name ( $name )
get or set value for 'name'
url ( $url )
get or set value for 'url'
description ( $description )
get or set value for 'description'
override_attributes ( $override_attributes )
get or set value for 'override_attributes'
default_attributes ( $default_attributes )
get or set value for 'default_attributes'
cookbook_versions ( $cookbook_versions )
get or set value for 'cookbook_versions'
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)