Exception: ActiveLdap::NotImplemented
- Defined in:
- lib/active_ldap/base.rb
Instance Attribute Summary collapse
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Method Summary collapse
-
#initialize(target) ⇒ NotImplemented
constructor
A new instance of NotImplemented.
Methods included from GetTextSupport
Constructor Details
#initialize(target) ⇒ NotImplemented
Returns a new instance of NotImplemented.
271 272 273 274 |
# File 'lib/active_ldap/base.rb', line 271 def initialize(target) @target = target super(_("not implemented: %s") % @target) end |
Instance Attribute Details
#target ⇒ Object (readonly)
Returns the value of attribute target.
270 271 272 |
# File 'lib/active_ldap/base.rb', line 270 def target @target end |