Method: Contentful::Management::Environment#assets
- Defined in:
- lib/contentful/management/environment.rb
#assets ⇒ Contentful::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.
87 88 89 |
# File 'lib/contentful/management/environment.rb', line 87 def assets EnvironmentAssetMethodsFactory.new(self) end |