Sha256: 10f8b6190bfc1a58284066b31c8b0c896ba82a3bfe152eae1b41e4949c9c4a2d
Contents?: true
Size: 340 Bytes
Versions: 1
Compression:
Stored size: 340 Bytes
Contents
require_relative 'space_association_methods_factory' module Contentful module Management class SpaceWebhookMethodsFactory include Contentful::Management::SpaceAssociationMethodsFactory def create(_attributes) fail 'Not supported' end def new fail 'Not supported' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
contentful-management-0.2.1 | lib/contentful/management/space_webhook_methods_factory.rb |