class ActiveLdap::Xml
def initialize(dn, attributes, schema)
def initialize(dn, attributes, schema) @dn = dn @attributes = attributes @schema = schema end
def to_s(options={})
def to_s(options={}) Serializer.new(@dn, @attributes, @schema, options).to_s end