Sha256: 853f7abc88bccc969c0f5f8993eb4c5477f45324041acd7f3ee04515dde802c0
Contents?: true
Size: 349 Bytes
Versions: 2
Compression:
Stored size: 349 Bytes
Contents
require_relative 'client_association_methods_factory' module Contentful module Management # Wrapper for ApiKey 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
contentful-management-1.0.1 | lib/contentful/management/client_webhook_methods_factory.rb |
contentful-management-1.0.0 | lib/contentful/management/client_webhook_methods_factory.rb |