Class: Entitlements::Extras::LDAPGroup::Base
- Inherits:
-
Base
- Object
- Base
- Entitlements::Extras::LDAPGroup::Base
show all
- Defined in:
- lib/entitlements/extras/ldap_group/base.rb
Constant Summary
Constants inherited
from Base
Base::C
Class Method Summary
collapse
Methods inherited from Base
config, reset!
common, extended, included
Class Method Details
.init ⇒ Object
9
10
11
12
|
# File 'lib/entitlements/extras/ldap_group/base.rb', line 9
def self.init
require_relative "filters/member_of_ldap_group"
require_relative "rules/ldap_group"
end
|
.rules ⇒ Object
14
15
16
|
# File 'lib/entitlements/extras/ldap_group/base.rb', line 14
def self.rules
%w[ldap_group]
end
|