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