The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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)