Class: ActiveLdap::Schema::Syntaxes::JPEG
- 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?, #validate
Methods included from GetTextSupport
Instance Method Details
#binary? ⇒ Boolean
290 291 292 |
# File 'lib/active_ldap/schema/syntaxes.rb', line 290 def binary? true end |