Exception: ActiveLdap::NotImplemented

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from GetTextSupport

included

Constructor Details

#initialize(target) ⇒ NotImplemented

Returns a new instance of NotImplemented.



258
259
260
261
# File 'lib/active_ldap/base.rb', line 258

def initialize(target)
  @target = target
  super(_("not implemented: %s") % @target)
end

Instance Attribute Details

#targetObject (readonly)

Returns the value of attribute target.



257
258
259
# File 'lib/active_ldap/base.rb', line 257

def target
  @target
end