Class: ActiveLdap::Ldif::ModifyRecord::ReplaceOperation
- Defined in:
- lib/active_ldap/ldif.rb
Instance Attribute Summary
Attributes inherited from Operation
#attribute, #attributes, #options, #type
Instance Method Summary collapse
-
#initialize(attribute, options, attributes) ⇒ ReplaceOperation
constructor
A new instance of ReplaceOperation.
Methods inherited from Operation
#==, #add?, #delete?, #full_attribute_name, #replace?, #to_s
Constructor Details
#initialize(attribute, options, attributes) ⇒ ReplaceOperation
Returns a new instance of ReplaceOperation.
928 929 930 |
# File 'lib/active_ldap/ldif.rb', line 928 def initialize(attribute, , attributes) super("replace", attribute, , attributes) end |