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

Version Path
contentful-management-1.10.1 lib/contentful/management/client_webhook_methods_factory.rb
contentful-management-1.10.0 lib/contentful/management/client_webhook_methods_factory.rb
contentful-management-1.9.0 lib/contentful/management/client_webhook_methods_factory.rb
contentful-management-1.8.1 lib/contentful/management/client_webhook_methods_factory.rb
contentful-management-1.8.0 lib/contentful/management/client_webhook_methods_factory.rb
contentful-management-1.7.0 lib/contentful/management/client_webhook_methods_factory.rb
contentful-management-1.6.0 lib/contentful/management/client_webhook_methods_factory.rb
contentful-management-1.5.0 lib/contentful/management/client_webhook_methods_factory.rb
contentful-management-1.4.0 lib/contentful/management/client_webhook_methods_factory.rb
contentful-management-1.3.0 lib/contentful/management/client_webhook_methods_factory.rb
contentful-management-1.2.0 lib/contentful/management/client_webhook_methods_factory.rb
contentful-management-1.1.0 lib/contentful/management/client_webhook_methods_factory.rb