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

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