# File lib/active_ldap/schema.rb, line 364 def <=>(other) id <=> other.id end
# File lib/active_ldap/schema.rb, line 328 def binary_transfer_required? @binary_transfer_required end
# File lib/active_ldap/schema.rb, line 332 def human_readable? @human_readable end
# File lib/active_ldap/schema.rb, line 356 def normalize_value(value) if @validator @validator.normalize_value(value) else value end end
# File lib/active_ldap/schema.rb, line 348 def type_cast(value) if @validator @validator.type_cast(value) else value end end
Generated with the Darkfish Rdoc Generator 2.