class ActiveLdap::Ldif::ModifyRecord::AddOperation

def initialize(attribute, options, attributes)

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