Method: Net::LDAP::Entry#to_h
- Defined in:
- lib/net/ldap/entry.rb
#to_h ⇒ Object
Creates a duplicate of the internal Hash containing the attributes of the entry.
139 140 141 |
# File 'lib/net/ldap/entry.rb', line 139 def to_h @myhash.dup end |