class ActiveLdap::EntryInvalid

Attributes

entry[R]

Public Class Methods

new(entry) click to toggle source
Calls superclass method
# File lib/active_ldap/base.rb, line 227
def initialize(entry)
  @entry = entry
  errors = @entry.errors.full_messages.join(", ")
  super(errors)
end