Method: Gitlab::Client::Features#features
- Defined in:
- lib/gitlab/client/features.rb
#features ⇒ Array<Gitlab::ObjectifiedHash>
Get a list of all persisted features, with its gate values.
13 14 15 |
# File 'lib/gitlab/client/features.rb', line 13 def features get('/features') end |