Class: Ldaptic::MatchingRules::GeneralizedTimeMatch

Inherits:
OctetStringMatch show all
Defined in:
lib/ldaptic/matching_rules.rb

Instance Method Summary collapse

Methods inherited from OctetStringMatch

#match

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