class ActiveLdap::Ldif::DeleteRecord

Public Class Methods

new(dn, controls=[]) click to toggle source
Calls superclass method ActiveLdap::Ldif::ChangeRecord.new
# File lib/active_ldap/ldif.rb, line 779
def initialize(dn, controls=[])
  super(dn, {}, controls, "delete")
end