Class: Ldaptic::MatchingRules::OctetStringMatch
- Inherits:
-
Object
- Object
- Ldaptic::MatchingRules::OctetStringMatch
- Defined in:
- lib/ldaptic/matching_rules.rb
Direct Known Subclasses
Boolean, CaseExactMatch, DistinguishedNameMatch, GeneralizedTimeMatch, NumericStringMatch
Instance Method Summary collapse
Instance Method Details
#match(one, two) ⇒ Object
23 24 25 |
# File 'lib/ldaptic/matching_rules.rb', line 23 def match(one, two) matchable(one) == matchable(two) end |
#matchable(value) ⇒ Object
19 20 21 |
# File 'lib/ldaptic/matching_rules.rb', line 19 def matchable(value) value end |