Class: Almodovar::DigestAuth
- Inherits:
-
Struct
- Object
- Struct
- Almodovar::DigestAuth
- Defined in:
- lib/almodovar/digest_auth.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#realm ⇒ Object
Returns the value of attribute realm.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password
2 3 4 |
# File 'lib/almodovar/digest_auth.rb', line 2 def password @password end |
#realm ⇒ Object
Returns the value of attribute realm
2 3 4 |
# File 'lib/almodovar/digest_auth.rb', line 2 def realm @realm end |
#username ⇒ Object
Returns the value of attribute username
2 3 4 |
# File 'lib/almodovar/digest_auth.rb', line 2 def username @username end |