Sha256: 91742f031029a6ff1eae512de95690f35566ff1f956b5130a016c2d2a1e2a88e
Contents?: true
Size: 461 Bytes
Versions: 33
Compression:
Stored size: 461 Bytes
Contents
require_relative 'client_association_methods_factory' module Contentful module Management # Wrapper for Organizations API for usage from within Client # @private class ClientOrganizationMethodsFactory include Contentful::Management::ClientAssociationMethodsFactory def new(*) fail 'Not supported' end def find(*) fail 'Not supported' end def all(*) super end end end end
Version data entries
33 entries across 33 versions & 1 rubygems