Class: ClassyCAS::Strategies::Simple::User
- Inherits:
-
Struct
- Object
- Struct
- ClassyCAS::Strategies::Simple::User
- Defined in:
- lib/strategies/simple.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password
4 5 6 |
# File 'lib/strategies/simple.rb', line 4 def password @password end |
#username ⇒ Object
Returns the value of attribute username
4 5 6 |
# File 'lib/strategies/simple.rb', line 4 def username @username end |