Object
# File lib/active_ldap/xml.rb, line 110 def initialize(dn, attributes, schema) @dn = dn @attributes = attributes @schema = schema end
# File lib/active_ldap/xml.rb, line 116 def to_s(options={}) Serializer.new(@dn, @attributes, @schema, options).to_s end
[Validate]
Generated with the Darkfish Rdoc Generator 2.