Method: Contentful::Management::Environment#assets

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

#assetsContentful::Management::EnvironmentAssetMethodsFactory

Allows manipulation of assets in context of the current environment Allows listing all assets for the current environment, creating new and finding one by ID.

Returns:

  • (Contentful::Management::EnvironmentAssetMethodsFactory)

See Also:

  • README for details.


87
88
89
# File 'lib/contentful/management/environment.rb', line 87

def assets
  EnvironmentAssetMethodsFactory.new(self)
end