Class: Almodovar::DigestAuth

Inherits:
Struct
  • Object
show all
Defined in:
lib/almodovar/digest_auth.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password



2
3
4
# File 'lib/almodovar/digest_auth.rb', line 2

def password
  @password
end

#realmObject

Returns the value of attribute realm



2
3
4
# File 'lib/almodovar/digest_auth.rb', line 2

def realm
  @realm
end

#usernameObject

Returns the value of attribute username



2
3
4
# File 'lib/almodovar/digest_auth.rb', line 2

def username
  @username
end