Sha256: 42f57406d3747cc14000e27397c1570235f785492442a140b7e1427a3c27514f

Contents?: true

Size: 412 Bytes

Versions: 30

Compression:

Stored size: 412 Bytes

Contents

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

30 entries across 30 versions & 1 rubygems

Version Path
contentful-management-3.8.0 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-3.7.0 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-3.6.0 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-3.5.0 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-3.4.0 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-3.3.0 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-3.2.0 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-3.1.0 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-3.0.0 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-2.13.1 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-2.13.0 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-2.12.1 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-2.12.0 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-2.11.0 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-2.10.0 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-2.9.1 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-2.9.0 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-2.8.2 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-2.8.1 lib/contentful/management/space_preview_api_key_methods_factory.rb
contentful-management-2.8.0 lib/contentful/management/space_preview_api_key_methods_factory.rb