Class: LDAP::Filter::AndFilter

Inherits:
Compound
  • Object
show all
Defined in:
lib/ldap/filter/and_filter.rb

Instance Attribute Summary

Attributes inherited from Compound

#children, #operator

Instance Method Summary collapse

Methods inherited from Compound

#&, #<<, #to_s, #|

Constructor Details

#initialize(*args) ⇒ AndFilter

Returns a new instance of AndFilter.



5
6
7
# File 'lib/ldap/filter/and_filter.rb', line 5

def initialize *args
  super '&', *args
end