Sha256: ba83a3fc5895cf166fcbdd50f35c93087b240f57e343d810f7815a3b1174ea13
Contents?: true
Size: 523 Bytes
Versions: 30
Compression:
Stored size: 523 Bytes
Contents
require_relative 'client_association_methods_factory' module Contentful module Management # Wrapper for PreviewApiKey API for usage from within Client # @private class ClientPreviewApiKeyMethodsFactory include Contentful::Management::ClientAssociationMethodsFactory def new(*) fail 'Not supported' end def find(resource_id) associated_class.find(client, @space_id, resource_id) end def create(*) fail 'Not supported' end end end end
Version data entries
30 entries across 30 versions & 1 rubygems