Exception: ActiveLdap::AdapterNotFound

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adapter) ⇒ AdapterNotFound

Returns a new instance of AdapterNotFound



247
248
249
250
# File 'lib/active_ldap/base.rb', line 247

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



246
247
248
# File 'lib/active_ldap/base.rb', line 246

def adapter
  @adapter
end