Method: Contentful::Management::ContentType#snapshots

Defined in:
lib/contentful/management/content_type.rb

#snapshotsContentful::Management::ContentTypeSnapshotMethodsFactory

Allows manipulation of snapshots in context of the current content type Allows listing all snapshots belonging to this entry and finding one by id.

Returns:

  • (Contentful::Management::ContentTypeSnapshotMethodsFactory)

See Also:

  • README for details.


154
155
156
# File 'lib/contentful/management/content_type.rb', line 154

def snapshots
  ContentTypeSnapshotMethodsFactory.new(self)
end