Method: FormAPI::Configuration#username
- Defined in:
- lib/form_api/configuration.rb
#username ⇒ String Also known as: api_token_id
Defines the username used with HTTP basic authentication. (FormAPI override: We also add a getter/setter for api_token_id)
48 49 50 |
# File 'lib/form_api/configuration.rb', line 48 def username @username end |