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)