Method: Contentful::Management::Environment#entries

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

#entriesContentful::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.

Returns:

  • (Contentful::Management::EnvironmentEntryMethodsFactory)

See Also:

  • README for details.


78
79
80
# File 'lib/contentful/management/environment.rb', line 78

def entries
  EnvironmentEntryMethodsFactory.new(self)
end