Method: WindcaveRest::Configuration#username
- Defined in:
- lib/windcave_rest/configuration.rb
#username ⇒ String
Defines the username used with HTTP basic authentication.
40 41 42 |
# File 'lib/windcave_rest/configuration.rb', line 40 def username @username end |