The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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)