Class: Model::AccountCredentials
- Inherits:
-
Object
- Object
- Model::AccountCredentials
- Includes:
- HashableInit
- Defined in:
- lib/models/account_credentials.rb
Overview
AccountCredentials model
Instance Attribute Summary collapse
-
#is_stored ⇒ Object
Returns the value of attribute is_stored.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Method Summary
Methods included from HashableInit
Instance Attribute Details
#is_stored ⇒ Object
Returns the value of attribute is_stored.
25 26 27 |
# File 'lib/models/account_credentials.rb', line 25 def is_stored @is_stored end |
#password ⇒ Object
Returns the value of attribute password.
25 26 27 |
# File 'lib/models/account_credentials.rb', line 25 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
25 26 27 |
# File 'lib/models/account_credentials.rb', line 25 def username @username end |