Class: Ldaptic::Filter::Not
Instance Method Summary collapse
-
#initialize(object) ⇒ Not
constructor
A new instance of Not.
- #process ⇒ Object
-
#to_net_ldap_filter ⇒ Object
:nodoc:.
Methods inherited from Abstract
#&, #inspect, #to_ber, #to_s, #|, #~
Constructor Details
Instance Method Details
#process ⇒ Object
168 169 170 |
# File 'lib/ldaptic/filter.rb', line 168 def process process = @object.process and "(!#{process})" end |
#to_net_ldap_filter ⇒ Object
:nodoc:
171 172 173 |
# File 'lib/ldaptic/filter.rb', line 171 def to_net_ldap_filter #:nodoc: ~ @object.to_net_ldap_filter end |