# File lib/active_ldap/schema.rb, line 372 def <=>(other) id <=> other.id end
# File lib/active_ldap/schema.rb, line 331 def binary? return true if @built_in_syntax and @built_in_syntax.binary? binary_transfer_required? or !human_readable? end
# File lib/active_ldap/schema.rb, line 336 def binary_transfer_required? @binary_transfer_required end
# File lib/active_ldap/schema.rb, line 340 def human_readable? @human_readable end
# File lib/active_ldap/schema.rb, line 364 def normalize_value(value) if @built_in_syntax @built_in_syntax.normalize_value(value) else value end end
# File lib/active_ldap/schema.rb, line 356 def type_cast(value) if @built_in_syntax @built_in_syntax.type_cast(value) else value end end
Generated with the Darkfish Rdoc Generator 2.