Method: Contentful::Management::Environment#editor_interfaces
- Defined in:
- lib/contentful/management/environment.rb
#editor_interfaces ⇒ Contentful::Management::EnvironmentEditorInterfaceMethodsFactory
Allows manipulation of editor interfaces in context of the current environment Allows listing of editor interfaces for the current environment.
123 124 125 |
# File 'lib/contentful/management/environment.rb', line 123 def editor_interfaces EnvironmentEditorInterfaceMethodsFactory.new(self) end |