Sha256: 0b8a83a920484913de8a634be765491a8467a6000fa215cd4d231b6ea7d2a100

Contents?: true

Size: 368 Bytes

Versions: 2

Compression:

Stored size: 368 Bytes

Contents

# frozen_string_literal: true

require_relative 'space_association_methods_factory'

module Contentful
  module Management
    # Wrapper for Role API for usage from within Space
    # @private
    class SpaceRoleMethodsFactory
      include Contentful::Management::SpaceAssociationMethodsFactory

      def new
        fail 'Not supported'
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
contentful-management-3.10.0 lib/contentful/management/space_role_methods_factory.rb
contentful-management-3.9.0 lib/contentful/management/space_role_methods_factory.rb