module ActiveLdap::Operations::LDIF::DeleteRecordLoadable

Public Instance Methods

load(operator, options) click to toggle source
# File lib/active_ldap/operations.rb, line 433
def load(operator, options)
  operator.delete_entry(dn, {:controls => controls}.merge(options))
end