Exception: ActiveLdap::NotImplemented

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target) ⇒ NotImplemented

Returns a new instance of NotImplemented



272
273
274
275
# File 'lib/active_ldap/base.rb', line 272

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

Instance Attribute Details

#targetObject (readonly)

Returns the value of attribute target



271
272
273
# File 'lib/active_ldap/base.rb', line 271

def target
  @target
end