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)