module Acl::Entity
Overview
Entity that have access to the Acl system.
Direct including types
Defined in:
lib/acl/entity.crInstance Method Summary
-
#groups : Array(String)
Returns the list of the group names of the
Entity
-
#has_group?(group : String) : Bool
Returns
true
if the group is owned by theEntity
, elsefalse