NAME
Chef::REST::Client::attributes
VERSION
1.0
SYNOPSIS
use Chef::REST::Client::attributes;
my $obj = new Chef::REST::Client::attributes( @attributes | %attributes );
$obj->array_parse( @attributes)
$obj->parse( %attributes );
DESCRIPTION
Chef attributes collection class. used internally
METHODS
Chef::REST::Client::attributes( @attributes | %attributes )
returns new object of class Chef::REST::Client::attributes with @attributes or %attributes
array_parse ( @attributes )
returns list of Chef::REST::Client::attribute class
parse ( %attributes )
returns list of Chef::REST::Client::attribute class
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)