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 14 def create(*) fail 'Not supported' end
new()
click to toggle source
# File lib/contentful/management/entry_snapshot_methods_factory.rb, line 10 def new fail 'Not supported' end
update(*)
click to toggle source
# File lib/contentful/management/entry_snapshot_methods_factory.rb, line 18 def update(*) fail 'Not supported' end