Class: Restool::Settings::Models::BasicAuthentication
- Inherits:
-
Struct
- Object
- Struct
- Restool::Settings::Models::BasicAuthentication
- Defined in:
- lib/restool/settings/models.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password
10 11 12 |
# File 'lib/restool/settings/models.rb', line 10 def password @password end |
#user ⇒ Object
Returns the value of attribute user
10 11 12 |
# File 'lib/restool/settings/models.rb', line 10 def user @user end |