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

NAME

Chef::REST::Client::attribute

VERSION

1.0

SYNOPSIS

use Chef::REST::Client::attribute;

  my $obj = new Chef::REST::Client::attribute( 'key' => $key, 'value' => $value );
     $obj->key;
     $obj->value;

DESCRIPTION

Chef attribute class. used internally

METHODS

Chef::REST::Client::attribute( key => $key , value => $value )

returns new object of class Chef::REST::Client::attribute with %params

key ( $key )

get or set value for 'key'

value ($value )

get or set value for '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)