# File lib/active_ldap/xml.rb, line 10 def initialize(dn, attributes, schema, options={}) @dn = dn @attributes = attributes @schema = schema @options = options end