Method: Gitlab::Client::ApplicationSettings#application_settings
- Defined in:
- lib/gitlab/client/application_settings.rb
#application_settings ⇒ Array<Gitlab::ObjectifiedHash>
Retrives the application settings of Gitlab.
13 14 15 |
# File 'lib/gitlab/client/application_settings.rb', line 13 def application_settings get('/application/settings') end |