Method: BtTest::Configuration#username
- Defined in:
- lib/bt_test/configuration.rb
#username ⇒ String
Defines the username used with HTTP basic authentication.
55 56 57 |
# File 'lib/bt_test/configuration.rb', line 55 def username @username end |