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

Version Path
contentful-management-0.8.0 lib/contentful/management/space_entry_methods_factory.rb
contentful-management-0.7.3 lib/contentful/management/space_entry_methods_factory.rb
contentful-management-0.7.2 lib/contentful/management/space_entry_methods_factory.rb
contentful-management-0.7.1 lib/contentful/management/space_entry_methods_factory.rb
contentful-management-0.7.0 lib/contentful/management/space_entry_methods_factory.rb
contentful-management-0.6.1 lib/contentful/management/space_entry_methods_factory.rb
contentful-management-0.6.0 lib/contentful/management/space_entry_methods_factory.rb
contentful-management-0.5.0 lib/contentful/management/space_entry_methods_factory.rb
contentful-management-0.4.1 lib/contentful/management/space_entry_methods_factory.rb
contentful-management-0.4.0 lib/contentful/management/space_entry_methods_factory.rb
contentful-management-0.3.1 lib/contentful/management/space_entry_methods_factory.rb
contentful-management-0.3.0 lib/contentful/management/space_entry_methods_factory.rb
contentful-management-0.2.1 lib/contentful/management/space_entry_methods_factory.rb