Class: Fusuma::Plugin::Appmatcher::UserSwitcher::User
- Inherits:
-
Struct
- Object
- Struct
- Fusuma::Plugin::Appmatcher::UserSwitcher::User
- Defined in:
- lib/fusuma/plugin/appmatcher/user_switcher.rb
Instance Attribute Summary collapse
-
#gid ⇒ Object
Returns the value of attribute gid.
-
#uid ⇒ Object
Returns the value of attribute uid.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#gid ⇒ Object
Returns the value of attribute gid
12 13 14 |
# File 'lib/fusuma/plugin/appmatcher/user_switcher.rb', line 12 def gid @gid end |
#uid ⇒ Object
Returns the value of attribute uid
12 13 14 |
# File 'lib/fusuma/plugin/appmatcher/user_switcher.rb', line 12 def uid @uid end |
#username ⇒ Object
Returns the value of attribute username
12 13 14 |
# File 'lib/fusuma/plugin/appmatcher/user_switcher.rb', line 12 def username @username end |