| Module | Gitlab::Configuration |
| In: |
lib/gitlab/configuration.rb
|
| VALID_OPTIONS_KEYS | = | [:endpoint, :private_token, :user_agent, :sudo, :httparty].freeze | An array of valid keys in the options hash when configuring a Gitlab::API. | |
| DEFAULT_USER_AGENT | = | "Gitlab Ruby Gem #{Gitlab::VERSION}".freeze | The user agent that will be sent to the API endpoint if none is set. |
| private_token= | -> | auth_token= |
| @private | ||