Method: YNAB::Configuration#username
- Defined in:
- lib/ynab/configuration.rb
#username ⇒ String
Defines the username used with HTTP basic authentication.
52 53 54 |
# File 'lib/ynab/configuration.rb', line 52 def username @username end |