Sha256: ebea447b82eac91406db0f63dfbecea41fd485120c04041ccf4f656905326b35
Contents?: true
Size: 465 Bytes
Versions: 40
Compression:
Stored size: 465 Bytes
Contents
require_relative 'entry_association_methods_factory' module Contentful module Management # Wrapper for Snapshot API for usage from within Space # @private class EntrySnapshotMethodsFactory include Contentful::Management::EntryAssociationMethodsFactory def new fail 'Not supported' end def create(*) fail 'Not supported' end def update(*) fail 'Not supported' end end end end
Version data entries
40 entries across 40 versions & 1 rubygems