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.
Constructor Details
#initialize(adapter) ⇒ AdapterNotFound
Returns a new instance of AdapterNotFound.
143 144 145 146 |
# File 'lib/active_ldap/base.rb', line 143 def initialize(adapter) @adapter = adapter super("LDAP configuration specifies nonexistent #{@adapter} adapter") end |
Instance Attribute Details
#adapter ⇒ Object (readonly)
Returns the value of attribute adapter.
142 143 144 |
# File 'lib/active_ldap/base.rb', line 142 def adapter @adapter end |