Method: Gitlab::Client::UserSnippets#user_snippets
- Defined in:
- lib/gitlab/client/user_snippets.rb
#user_snippets ⇒ Array<Gitlab::ObjectifiedHash>
Get a list of the snippets of the current user.
13 14 15 |
# File 'lib/gitlab/client/user_snippets.rb', line 13 def user_snippets get('/snippets') end |