Sha256: 71e8de528e76c6794a0e39820e939881fc50db5658ab492a08ea44948bc18863
Contents?: true
Size: 556 Bytes
Versions: 14
Compression:
Stored size: 556 Bytes
Contents
require_relative 'space_association_methods_factory' require_relative 'space_association_all_published_method_factory' module Contentful module Management # Wrapper for Entry API for usage from within Space # @private class SpaceEntryMethodsFactory include Contentful::Management::SpaceAssociationMethodsFactory include Contentful::Management::SpaceAssociationAllPublishedMethodsFactory def create(_attributes) fail 'Not supported' end def new fail 'Not supported' end end end end
Version data entries
14 entries across 14 versions & 1 rubygems