Net::ISC::DHCPd::OMAPI::Meta::Attribute - Attribute role for OMAPI attributes
$array_ref = $attr->actions;
Actions possible to execute on attribute. Can be:
lookup examine update
$bool = $attr->has_action($action_name);
Returns true if the attribute can execute $action_name
.