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 467
467:           def to_modify_entries
468:             return [[:replace, full_attribute_name, []]] if attributes.empty?
469:             attributes.collect do |key, value|
470:               [:replace, key, value]
471:             end
472:           end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.