Method: Gitlab::Client::UserSnippets#user_snippet
- Defined in:
- lib/gitlab/client/user_snippets.rb
permalink #user_snippet(id) ⇒ Gitlab::ObjectifiedHash
Get a single snippet.
24 25 26 |
# File 'lib/gitlab/client/user_snippets.rb', line 24 def user_snippet(id) get("/snippets/#{id}") end |