Class Index [+]

Quicksearch

ActiveLdap::Operations::LDIF::ModifyRecordLoadable::ReplaceOperationModifiable

Public Instance Methods

to_modify_entries() click to toggle source
     # File lib/active_ldap/operations.rb, line 468
468:           def to_modify_entries
469:             return [[:replace, full_attribute_name, []]] if attributes.empty?
470:             attributes.collect do |key, value|
471:               [:replace, key, value]
472:             end
473:           end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.