Class: Ldaptic::MatchingRules::GeneralizedTimeMatch
- Inherits:
-
OctetStringMatch
- Object
- OctetStringMatch
- Ldaptic::MatchingRules::GeneralizedTimeMatch
- Defined in:
- lib/ldaptic/matching_rules.rb
Instance Method Summary collapse
Methods inherited from OctetStringMatch
Instance Method Details
#matchable(value) ⇒ Object
53 54 55 |
# File 'lib/ldaptic/matching_rules.rb', line 53 def matchable(value) Ldaptic::Syntaxes::GeneralizedTime.parse(value) end |