Parent

Included Modules

Class Index [+]

Quicksearch

ActiveLdap::Schema::Syntaxes::Base

Constants

SYNTAXES
PRINTABLE_CHARACTER
UNPRINTABLE_CHARACTER

Public Instance Methods

normalize_value(value) click to toggle source
    # File lib/active_ldap/schema/syntaxes.rb, line 35
35:         def normalize_value(value)
36:           value
37:         end
type_cast(value) click to toggle source
    # File lib/active_ldap/schema/syntaxes.rb, line 23
23:         def type_cast(value)
24:           value
25:         end
valid?(value) click to toggle source
    # File lib/active_ldap/schema/syntaxes.rb, line 27
27:         def valid?(value)
28:           validate(value).nil?
29:         end
validate(value) click to toggle source
    # File lib/active_ldap/schema/syntaxes.rb, line 31
31:         def validate(value)
32:           validate_normalized_value(normalize_value(value), value)
33:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.