Class: ActiveLdap::Schema::Syntaxes::JPEG

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?, #validate

Instance Method Details

#binary?Boolean

Returns:



286
287
288
# File 'lib/active_ldap/schema/syntaxes.rb', line 286

def binary?
  true
end