Sha256: 032fbeea84f532ef57ab4c7d7a3ea5fead3256207dccc5665f2f7809307d9494
Contents?: true
Size: 338 Bytes
Versions: 13
Compression:
Stored size: 338 Bytes
Contents
require_relative 'space_association_methods_factory' module Contentful module Management class SpaceEntryMethodsFactory include Contentful::Management::SpaceAssociationMethodsFactory def create(_attributes) fail 'Not supported' end def new fail 'Not supported' end end end end
Version data entries
13 entries across 13 versions & 1 rubygems