Sha256: 797ced078475a47abe599fa9520e56f7e5895fa5e111d55a0ed93c99b1ab1123
Contents?: true
Size: 359 Bytes
Versions: 36
Compression:
Stored size: 359 Bytes
Contents
require_relative 'client_association_methods_factory' module Contentful module Management # Wrapper for UI Extension API for usage from within Client # @private class ClientUIExtensionMethodsFactory include Contentful::Management::ClientAssociationMethodsFactory def new(*) fail 'Not supported' end end end end
Version data entries
36 entries across 36 versions & 1 rubygems