Class: RubstApi::Security::HTTPBasicCredentials

Inherits:
Data
  • Object
show all
Defined in:
lib/rubst_api/security.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject (readonly)

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



8
9
10
# File 'lib/rubst_api/security.rb', line 8

def password
  @password
end

#usernameObject (readonly)

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



8
9
10
# File 'lib/rubst_api/security.rb', line 8

def username
  @username
end