Class: Gitlab::APIAuthentication::TokenLocator::UsernameAndPassword

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/api_authentication/token_locator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



6
7
8
# File 'lib/gitlab/api_authentication/token_locator.rb', line 6

def password
  @password
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



6
7
8
# File 'lib/gitlab/api_authentication/token_locator.rb', line 6

def username
  @username
end