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.
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
#adapter ⇒ Object (readonly)
Returns the value of attribute adapter.
147 148 149 |
# File 'lib/active_ldap/base.rb', line 147 def adapter @adapter end |