Class Index [+]

Quicksearch

ActiveLdap::Operations::LDIF::ModifyRecordLoadable::DeleteOperationModifiable

Public Instance Methods

to_modify_entries() click to toggle source
     # File lib/active_ldap/operations.rb, line 456
456:           def to_modify_entries
457:             return [[:delete, full_attribute_name, []]] if attributes.empty?
458:             attributes.collect do |key, value|
459:               [:delete, key, value]
460:             end
461:           end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.