Class: UserEntry
- Inherits:
-
Struct
- Object
- Struct
- UserEntry
- Defined in:
- lib/ons-ldap/ldap_connection.rb
Instance Attribute Summary collapse
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#groups ⇒ Object
Returns the value of attribute groups.
-
#token ⇒ Object
Returns the value of attribute token.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#display_name ⇒ Object
Returns the value of attribute display_name
3 4 5 |
# File 'lib/ons-ldap/ldap_connection.rb', line 3 def display_name @display_name end |
#groups ⇒ Object
Returns the value of attribute groups
3 4 5 |
# File 'lib/ons-ldap/ldap_connection.rb', line 3 def groups @groups end |
#token ⇒ Object
Returns the value of attribute token
3 4 5 |
# File 'lib/ons-ldap/ldap_connection.rb', line 3 def token @token end |
#user_id ⇒ Object
Returns the value of attribute user_id
3 4 5 |
# File 'lib/ons-ldap/ldap_connection.rb', line 3 def user_id @user_id end |