Class: ActiveLdap::Schema::Syntaxes::TelephoneNumber

Inherits:
Base
  • Object
show all
Defined in:
lib/active_ldap/schema/syntaxes.rb

Constant Summary

Constants inherited from Base

Base::PRINTABLE_CHARACTER, Base::SYNTAXES, Base::UNPRINTABLE_CHARACTER

Instance Method Summary collapse

Methods inherited from Base

#normalize_value, #type_cast, #valid?

Methods included from GetTextSupport

included

Instance Method Details

#validate(value) ⇒ Object



397
398
399
# File 'lib/active_ldap/schema/syntaxes.rb', line 397

def validate(value)
  PrintableString.new.validate(value)
end