Method: Contentful::Management::ContentType#snapshots
- Defined in:
- lib/contentful/management/content_type.rb
#snapshots ⇒ Contentful::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.
154 155 156 |
# File 'lib/contentful/management/content_type.rb', line 154 def snapshots ContentTypeSnapshotMethodsFactory.new(self) end |