Sha256: 41660f5b705574dfb9ebffa9acf84b920d8b2f5bbee2d332140d68ece366844f

Contents?: true

Size: 443 Bytes

Versions: 2

Compression:

Stored size: 443 Bytes

Contents

# frozen_string_literal: true

require_relative 'space_association_methods_factory'

module Contentful
  module Management
    # Wrapper for PreviewApiKey API for usage from within Space
    # @private
    class SpacePreviewApiKeyMethodsFactory
      include Contentful::Management::SpaceAssociationMethodsFactory

      def new
        fail 'Not supported'
      end

      def create
        fail 'Not supported'
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
contentful-management-3.10.0 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-3.9.0 lib/contentful/management/space_preview_api_key_methods_factory.rb