Sha256: 56805e14db9bf5c00184b1193a902b87aabdced83a0fe703b3bd75b0d41ab952
Contents?: true
Size: 405 Bytes
Versions: 6
Compression:
Stored size: 405 Bytes
Contents
require_relative 'client_association_methods_factory' module Contentful module Management # Wrapper for Upload API for usage from within Client # @private class ClientUploadMethodsFactory include Contentful::Management::ClientAssociationMethodsFactory def new(*) fail 'Not supported' end def all(*) fail 'Not supported' end end end end
Version data entries
6 entries across 6 versions & 1 rubygems