Class: Ldaptic::MatchingRules::CaseIgnoreMatch
- Inherits:
-
CaseExactMatch
- Object
- OctetStringMatch
- CaseExactMatch
- Ldaptic::MatchingRules::CaseIgnoreMatch
- Defined in:
- lib/ldaptic/matching_rules.rb
Direct Known Subclasses
CaseIgnoreIA5Match, CaseIgnoreListMatch, TelephoneNumberMatch
Instance Method Summary collapse
Methods inherited from OctetStringMatch
Instance Method Details
#matchable(value) ⇒ Object
41 42 43 |
# File 'lib/ldaptic/matching_rules.rb', line 41 def matchable(value) super.downcase end |