Exception: ActiveLdap::AdapterNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/active_ldap/base.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from GetTextSupport

included

Constructor Details

#initialize(adapter) ⇒ AdapterNotFound

Returns a new instance of AdapterNotFound.



148
149
150
151
# File 'lib/active_ldap/base.rb', line 148

def initialize(adapter)
  @adapter = adapter
  super(_("LDAP configuration specifies nonexistent %s adapter") % adapter)
end

Instance Attribute Details

#adapterObject (readonly)

Returns the value of attribute adapter.



147
148
149
# File 'lib/active_ldap/base.rb', line 147

def adapter
  @adapter
end