Class: Ldaptic::Filter::And
Instance Method Summary collapse
-
#initialize(*args) ⇒ And
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
#initialize(*args) ⇒ And
Returns a new instance of And.
153 154 155 |
# File 'lib/ldaptic/filter.rb', line 153 def initialize(*args) super(:&, *args) end |