Method: Contentful::Management::Environment#editor_interfaces

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

#editor_interfacesContentful::Management::EnvironmentEditorInterfaceMethodsFactory

Allows manipulation of editor interfaces in context of the current environment Allows listing of editor interfaces for the current environment.

Returns:

  • (Contentful::Management::EnvironmentEditorInterfaceMethodsFactory)

See Also:

  • README for details.


123
124
125
# File 'lib/contentful/management/environment.rb', line 123

def editor_interfaces
  EnvironmentEditorInterfaceMethodsFactory.new(self)
end