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