class ActiveLdap::Ldif::ModifyRecord::ReplaceOperation

Public Class Methods

new(attribute, options, attributes) click to toggle source
# File lib/active_ldap/ldif.rb, line 928
def initialize(attribute, options, attributes)
  super("replace", attribute, options, attributes)
end