Class LDAP::Entry
In: conn.c
lib/ldap/ldif.rb
Parent: Object

These methods can be used to probe the entries returned by LDAP searches.

Methods

Public Instance methods

Return an array of all the attributes belonging to the entry.

call-seq: entry.get_dn => String entry.dn => String

Return an array of all the values belonging to the attribute, attr, of the entry.

Produce a concise representation of the entry.

Convert the entry to a hash.

to_s()

Alias for to_ldif

[Validate]