Sha256: 9a60b057f2fc60066f8094dc6c68f079ad12d5fae8e0ab6cb8534e6b6c63af07
Contents?: true
Size: 348 Bytes
Versions: 47
Compression:
Stored size: 348 Bytes
Contents
require_relative 'client_association_methods_factory' module Contentful module Management # Wrapper for Locale API for usage from within Client # @private class ClientLocaleMethodsFactory include Contentful::Management::ClientAssociationMethodsFactory def new(*) fail 'Not supported' end end end end
Version data entries
47 entries across 47 versions & 1 rubygems