Sha256: 91a63593c0f23be61aea8a1a6bfe2d6da3a73d1de2e5bb8fcea6e959feca1540
Contents?: true
Size: 355 Bytes
Versions: 3
Compression:
Stored size: 355 Bytes
Contents
require_relative 'space_association_methods_factory' module Contentful module Management # Wrapper for UI Extension API for usage from within Space # @private class SpaceUIExtensionMethodsFactory include Contentful::Management::SpaceAssociationMethodsFactory def new(*) fail 'Not supported' end end end end
Version data entries
3 entries across 3 versions & 1 rubygems