Class: LDAP::Filter::And
Instance Method Summary (collapse)
-
- (And) initialize(*args)
constructor
A new instance of And.
Methods inherited from Join
Methods inherited from Abstract
#&, #inspect, #to_ber, #to_net_ldap_filter, #to_s, #|, #~
Constructor Details
- (And) initialize(*args)
A new instance of And
153 154 155 |
# File 'lib/ldap/filter.rb', line 153 def initialize(*args) super(:&, *args) end |