class ActiveLdap::AdapterNotFound
Attributes
adapter[R]
Public Class Methods
new(adapter)
click to toggle source
Calls superclass method
# File lib/active_ldap/base.rb, line 246 def initialize(adapter) @adapter = adapter super(_("LDAP configuration specifies nonexistent %s adapter") % adapter) end