class ActiveLdap::Ldif::AddRecord

Public Class Methods

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