Class: LabClient::SystemHook

Inherits:
Klass show all
Includes:
ClassHelpers
Defined in:
lib/labclient/system_hooks/system_hook.rb

Overview

Inspect Helper

Instance Attribute Summary

Attributes inherited from Klass

#client, #response

Attributes inherited from LabStruct

#response

Instance Method Summary collapse

Methods included from ClassHelpers

#has?, #keys, #raw

Methods inherited from Klass

#api_methods, #collect_project_id, #collect_release_id, #collect_repository_id, date_time_attrs, #format_time?, #group_name, #help, #initialize, #klass, #success?, #to_json, #update_self, user_attrs, #valid_group_project_levels, #verbose

Methods included from Docs

#demo, #desc, #doc, docs, #example, #group_name, #help, json, #markdown, #navigation, #option, #result, #subtitle, #title

Methods included from CurlHelper

#curl

Methods inherited from LabStruct

#as_json, #client, #keys, #slice, #success?

Constructor Details

This class inherits a constructor from LabClient::Klass

Instance Method Details

#deleteObject



10
11
12
# File 'lib/labclient/system_hooks/system_hook.rb', line 10

def delete
  client.system_hooks.delete(id)
end

#inspectObject



6
7
8
# File 'lib/labclient/system_hooks/system_hook.rb', line 6

def inspect
  "#<SystemHook id: #{id}, url: #{url}>"
end