NAME
Chef::REST::Client::role
VERSION
1.0
SYNOPSIS
use Chef::REST::Client::role;
my $obj = new Chef::REST::Client::role( %params ); $obj->name $obj->url $obj->run_list $obj->description $obj->override_attributes $obj->default_attributes $obj->env_run_lists
DESCRIPTION
Class that represents chef role
METHODS
Constructor
return new Chef::REST::Client::role object.
name ( $name )
set or get name property
url ( $url )
set or get url property
run_list ( $run_list )
set or get run_list property
description ( $description )
set or get description property
override_attributes ( $override_attributes )
set or get override_attributes property
default ( $default_attributes )
set or get default_attributes property
env_run_lists ( $env_run_lists )
set or get env_run_lists property
KNOWN BUGS
SUPPORT
open a github ticket or email comments to Bhavin Patel <mail4bhavin@yahoo.com>
COPYRIGHT AND LICENSE
This Software is free to use , licensed under : The Artisic License 2.0 (GPL Compatible)