class Contentful::Management::ClientWebhookHealthMethodsFactory
Wrapper for Webhook
Health API for usage from within Client
@private
Public Instance Methods
all(*)
click to toggle source
Not supported
# File lib/contentful/management/client_webhook_health_methods_factory.rb, line 13 def all(*) fail 'Not supported' end
find(webhook_id)
click to toggle 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
new(*)
click to toggle source
# File lib/contentful/management/client_webhook_health_methods_factory.rb, line 24 def new(*) fail 'Not supported' end