Method: LabClient::Group#hook_show

Defined in:
lib/labclient/groups/group.rb

#hook_show(hook_id) ⇒ Object



117
118
119
# File 'lib/labclient/groups/group.rb', line 117

def hook_show(hook_id)
  client.groups.hooks.show(id, hook_id)
end