Class Index [+]

Quicksearch

ActiveLdap::Schema::Syntaxes::JPEG

Private Instance Methods

validate_normalized_value(value, original_value) click to toggle source
     # File lib/active_ldap/schema/syntaxes.rb, line 278
278:         def validate_normalized_value(value, original_value)
279:           if value.unpack("n")[0] == 0xffd8
280:             nil
281:           else
282:             _("invalid JPEG format")
283:           end
284:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.