Method: Net::LDAP::Entry#attribute_names
- Defined in:
- lib/net/ldap/entry.rb
#attribute_names ⇒ Object
Returns an array of the attribute names present in the Entry.
109 110 111 |
# File 'lib/net/ldap/entry.rb', line 109 def attribute_names @myhash.keys end |