Class: ActiveLdap::Ldif::ModifyRecord::DeleteOperation

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) ⇒ DeleteOperation

Returns a new instance of DeleteOperation



922
923
924
# File 'lib/active_ldap/ldif.rb', line 922

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