Method: PulpcoreClient::Configuration#username

Defined in:
lib/pulpcore_client/configuration.rb

#usernameString

Defines the username used with HTTP basic authentication.

Returns:

  • (String)


43
44
45
# File 'lib/pulpcore_client/configuration.rb', line 43

def username
  @username
end