Sha256: 5b7cd6a6b3ef8b73f48639f73d233331b65ee700ea57542298de4f1b7a09031b
Contents?: true
Size: 350 Bytes
Versions: 12
Compression:
Stored size: 350 Bytes
Contents
require_relative 'client_association_methods_factory' module Contentful module Management # Wrapper for Webhook API for usage from within Client # @private class ClientWebhookMethodsFactory include Contentful::Management::ClientAssociationMethodsFactory def new(*) fail 'Not supported' end end end end
Version data entries
12 entries across 12 versions & 1 rubygems