Sha256: ae241ce343f77917f3e56817ddd299e53eef4ad4f09747da18815183e79cf8b6
Contents?: true
Size: 492 Bytes
Versions: 2
Compression:
Stored size: 492 Bytes
Contents
# frozen_string_literal: true 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
contentful-management-3.10.0 | lib/contentful/management/client_organization_methods_factory.rb |
contentful-management-3.9.0 | lib/contentful/management/client_organization_methods_factory.rb |