Class: UserSwitcher::User
- Inherits:
-
Struct
- Object
- Struct
- UserSwitcher::User
- Defined in:
- lib/user_switcher/config.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
59 60 61 |
# File 'lib/user_switcher/config.rb', line 59 def id @id end |
#password ⇒ Object
Returns the value of attribute password
59 60 61 |
# File 'lib/user_switcher/config.rb', line 59 def password @password end |