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 438
438:         def load(operator, options)
439:           modify_entries = operations.inject([]) do |result, operation|
440:             result + operation.to_modify_entries
441:           end
442:           return if modify_entries.empty?
443:           operator.modify_entry(dn, modify_entries,
444:                                 {:controls => controls}.merge(options))
445:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.