class ActiveLdap::Ldif::ModifyRecord::DeleteOperation

def initialize(attribute, options, attributes)

def initialize(attribute, options, attributes)
  super("delete", attribute, options, attributes)
end