Method: Contentful::Management::Environment#entries
- Defined in:
- lib/contentful/management/environment.rb
#entries ⇒ Contentful::Management::EnvironmentEntryMethodsFactory
Allows manipulation of entries in context of the current environment Allows listing all entries for the current environment, creating new and finding one by ID.
78 79 80 |
# File 'lib/contentful/management/environment.rb', line 78 def entries EnvironmentEntryMethodsFactory.new(self) end |