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