module Gitlab::Client::UserSnippets
def user_snippet(id)
-
(Gitlab::ObjectifiedHash)
- Information about the user snippet
Parameters:
-
id
(Integer
) -- ID of snippet to retrieve.
def user_snippet(id) get("/snippets/#{id}") end
(Gitlab::ObjectifiedHash)
- Information about the user snippet
id
(Integer
)
-- ID of snippet to retrieve.
def user_snippet(id) get("/snippets/#{id}") end