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
32 33 34 |
# File 'lib/fusuma/plugin/appmatcher/user_switcher.rb', line 32 def gid @gid end |
#uid ⇒ Object
Returns the value of attribute uid
32 33 34 |
# File 'lib/fusuma/plugin/appmatcher/user_switcher.rb', line 32 def uid @uid end |
#username ⇒ Object
Returns the value of attribute username
32 33 34 |
# File 'lib/fusuma/plugin/appmatcher/user_switcher.rb', line 32 def username @username end |