Class: Fusuma::Plugin::Appmatcher::UserSwitcher::User

Inherits:
Struct
  • Object
show all
Defined in:
lib/fusuma/plugin/appmatcher/user_switcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#gidObject

Returns the value of attribute gid

Returns:

  • (Object)

    the current value of gid



32
33
34
# File 'lib/fusuma/plugin/appmatcher/user_switcher.rb', line 32

def gid
  @gid
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



32
33
34
# File 'lib/fusuma/plugin/appmatcher/user_switcher.rb', line 32

def uid
  @uid
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



32
33
34
# File 'lib/fusuma/plugin/appmatcher/user_switcher.rb', line 32

def username
  @username
end