class ActiveLdap::Ldif::Record

def initialize(dn, attributes)

def initialize(dn, attributes)
  @dn = dn
  @attributes = attributes
end