Method: Gitlab::Client::SystemHooks#hook
- Defined in:
- lib/gitlab/client/system_hooks.rb
permalink #hook(id) ⇒ Array<Gitlab::ObjectifiedHash> Also known as: system_hook
Tests a system hook.
46 47 48 |
# File 'lib/gitlab/client/system_hooks.rb', line 46 def hook(id) get("/hooks/#{id}") end |