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 457
457:           def to_modify_entries
458:             return [[:delete, full_attribute_name, []]] if attributes.empty?
459:             attributes.collect do |key, value|
460:               [:delete, key, value]
461:             end
462:           end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.