Class: RubstApi::Security::HTTPBasicCredentials
- Inherits:
-
Data
- Object
- Data
- RubstApi::Security::HTTPBasicCredentials
- Defined in:
- lib/rubst_api/security.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
readonly
Returns the value of attribute password.
-
#username ⇒ Object
readonly
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ Object (readonly)
Returns the value of attribute password
8 9 10 |
# File 'lib/rubst_api/security.rb', line 8 def password @password end |
#username ⇒ Object (readonly)
Returns the value of attribute username
8 9 10 |
# File 'lib/rubst_api/security.rb', line 8 def username @username end |