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.



240
241
242
243
# File 'lib/active_ldap/base.rb', line 240

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.



239
240
241
# File 'lib/active_ldap/base.rb', line 239

def adapter
  @adapter
end