module

Acl::Entity

Entity that have access to the Acl system.

Instance methods

groups

Returns the list of the group names of the Entity

Source
has_group?(group : String) : Bool

Returns true if the group is owned by the Entity, else false

Source