Methods

Class Index [+]

Quicksearch

ActiveLdap::Operations::LDIF::ModifyRecordLoadable

Public Instance Methods

load(operator, options) click to toggle source
     # File lib/active_ldap/operations.rb, line 437
437:         def load(operator, options)
438:           modify_entries = operations.inject([]) do |result, operation|
439:             result + operation.to_modify_entries
440:           end
441:           return if modify_entries.empty?
442:           operator.modify_entry(dn, modify_entries,
443:                                 {:controls => controls}.merge(options))
444:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.