class Contentful::Management::EntrySnapshotMethodsFactory

Wrapper for Snapshot API for usage from within Space @private

Public Instance Methods

create(*) click to toggle source
# File lib/contentful/management/entry_snapshot_methods_factory.rb, line 16
def create(*)
  fail 'Not supported'
end
new() click to toggle source
# File lib/contentful/management/entry_snapshot_methods_factory.rb, line 12
def new
  fail 'Not supported'
end
update(*) click to toggle source
# File lib/contentful/management/entry_snapshot_methods_factory.rb, line 20
def update(*)
  fail 'Not supported'
end