Namespace

Included Modules

Class Index [+]

Quicksearch

ActiveLdap

Constants

VERSION
DN
XML
LDIF
GetText

Public Class Methods

const_missing(id) click to toggle source
    # File lib/active_ldap/base.rb, line 49
49:     def const_missing(id)
50:       case id
51:       when :ConnectionNotEstablished
52:         message =
53:           _("ActiveLdap::ConnectionNotEstablished has been deprecated "              "since 1.1.0. "              "Please use ActiveLdap::ConnectionNotSetup instead.")
54:         ActiveSupport::Deprecation.warn(message)
55:         const_set("ConnectionNotEstablished", ConnectionNotSetup)
56:         ConnectionNotEstablished
57:       else
58:         super
59:       end
60:     end
get_text_supported?() click to toggle source
   # File lib/active_ldap/get_text_support.rb, line 3
3:     def get_text_supported?
4:       not const_defined?(:GetTextFallback)
5:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.