Sha256: 814a2120911f942eccdc7a5e5cb1bc9a8cb88e66e43647525db78cd4391f1a20
Contents?: true
Size: 484 Bytes
Versions: 33
Compression:
Stored size: 484 Bytes
Contents
require_relative 'environment_association_methods_factory' module Contentful module Management # Wrapper for Editor Interface API for usage from within Environment # @private class EnvironmentEditorInterfaceMethodsFactory include Contentful::Management::EnvironmentAssociationMethodsFactory def default(content_type_id) associated_class.default(environment.client, environment.space.id, environment.id, content_type_id) end end end end
Version data entries
33 entries across 33 versions & 1 rubygems