class ActiveLdap::NotImplemented

Attributes

target[R]

Public Class Methods

new(target) click to toggle source
Calls superclass method
# File lib/active_ldap/base.rb, line 271
def initialize(target)
  @target = target
  super(_("not implemented: %s") % @target)
end