class Contentful::Management::EnvironmentEditorInterfaceMethodsFactory
Wrapper for Editor Interface API for usage from within Environment
@private
Public Instance Methods
default(content_type_id)
click to toggle source
# File lib/contentful/management/environment_editor_interface_methods_factory.rb, line 12 def default(content_type_id) associated_class.default(environment.client, environment.space.id, environment.id, content_type_id) end