Methods

Class/Module Index [+]

Quicksearch

ActiveLdap::DistinguishedNameInputInvalid

Attributes

input[R]

Public Class Methods

new(input=nil) click to toggle source
# File lib/active_ldap/base.rb, line 129
def initialize(input=nil)
  @input = input
  super(_("invalid distinguished name (DN) to parse: %s") % @input.inspect)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.