Exception: ActiveLdap::AdapterNotFound
- Defined in:
- lib/active_ldap/base.rb
Instance Attribute Summary collapse
-
#adapter ⇒ Object
readonly
Returns the value of attribute adapter.
Instance Method Summary collapse
-
#initialize(adapter) ⇒ AdapterNotFound
constructor
A new instance of AdapterNotFound.
Methods included from GetTextSupport
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
#adapter ⇒ Object (readonly)
Returns the value of attribute adapter.
246 247 248 |
# File 'lib/active_ldap/base.rb', line 246 def adapter @adapter end |