Method: YNAB::Configuration#username

Defined in:
lib/ynab/configuration.rb

#usernameString

Defines the username used with HTTP basic authentication.

Returns:

  • (String)


52
53
54
# File 'lib/ynab/configuration.rb', line 52

def username
  @username
end