Class: ActiveLdap::Ldif::ModifyRecord::AddOperation

Inherits:
Operation
  • Object
show all
Defined in:
lib/active_ldap/ldif.rb

Instance Attribute Summary

Attributes inherited from Operation

#attribute, #attributes, #options, #type

Instance Method Summary collapse

Methods inherited from Operation

#==, #add?, #delete?, #full_attribute_name, #replace?, #to_s

Constructor Details

#initialize(attribute, options, attributes) ⇒ AddOperation

Returns a new instance of AddOperation



916
917
918
# File 'lib/active_ldap/ldif.rb', line 916

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