class Contentful::Management::ClientWebhookHealthMethodsFactory
Wrapper for Webhook
Health API for usage from within Client
@private
Public Instance Methods
Source
# File lib/contentful/management/client_webhook_health_methods_factory.rb, line 13 def all(*) fail 'Not supported' end
Not supported
Source
# File lib/contentful/management/client_webhook_health_methods_factory.rb, line 17 def find(webhook_id) @resource_requester.find( space_id: @space_id, webhook_id: webhook_id ) end
Source
# File lib/contentful/management/client_webhook_health_methods_factory.rb, line 24 def new(*) fail 'Not supported' end