# File lib/active_ldap/adapter/jndi_connection.rb, line 55
55: def binary?
56: @binary
57: end
# File lib/active_ldap/adapter/jndi_connection.rb, line 63
63: def to_java_attribute
64: attribute = BasicAttribute.new(@name)
65: values = @values
66: values = values.collect(&:to_java_bytes) if binary?
67: values.each do |value|
68: attribute.add(value)
69: end
70: attribute
71: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.