Method: ForestVPNCloudAPI::Configuration#username

Defined in:
lib/forestvpn_cloud_api/configuration.rb

#usernameString

Defines the username used with HTTP basic authentication.

Returns:

  • (String)


55
56
57
# File 'lib/forestvpn_cloud_api/configuration.rb', line 55

def username
  @username
end