Class: KU::LDAP::Filter
- Inherits:
-
Object
- Object
- KU::LDAP::Filter
- Extended by:
- Forwardable
- Defined in:
- lib/ku/ldap/filter.rb
Instance Method Summary collapse
-
#initialize(helper = Net::LDAP::Filter) ⇒ Filter
constructor
A new instance of Filter.
Constructor Details
#initialize(helper = Net::LDAP::Filter) ⇒ Filter
Returns a new instance of Filter.
9 10 11 |
# File 'lib/ku/ldap/filter.rb', line 9 def initialize helper=Net::LDAP::Filter @helper = helper end |