Class: UserEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ons-ldap/ldap_connection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameObject

Returns the value of attribute display_name

Returns:

  • (Object)

    the current value of display_name



3
4
5
# File 'lib/ons-ldap/ldap_connection.rb', line 3

def display_name
  @display_name
end

#groupsObject

Returns the value of attribute groups

Returns:

  • (Object)

    the current value of groups



3
4
5
# File 'lib/ons-ldap/ldap_connection.rb', line 3

def groups
  @groups
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



3
4
5
# File 'lib/ons-ldap/ldap_connection.rb', line 3

def token
  @token
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



3
4
5
# File 'lib/ons-ldap/ldap_connection.rb', line 3

def user_id
  @user_id
end