Methods

Class/Module Index [+]

Quicksearch

ActiveLdap::Operations

Public Class Methods

included(base) click to toggle source
# File lib/active_ldap/operations.rb, line 4
def included(base)
  super
  base.class_eval do
    extend(Common)
    extend(Find)
    extend(LDIF)
    extend(Delete)
    extend(Update)

    include(Common)
    include(Find)
    include(LDIF)
    include(Delete)
    include(Update)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.