Sha256: 91742f031029a6ff1eae512de95690f35566ff1f956b5130a016c2d2a1e2a88e

Contents?: true

Size: 461 Bytes

Versions: 33

Compression:

Stored size: 461 Bytes

Contents

require_relative 'client_association_methods_factory'

module Contentful
  module Management
    # Wrapper for Organizations API for usage from within Client
    # @private
    class ClientOrganizationMethodsFactory
      include Contentful::Management::ClientAssociationMethodsFactory

      def new(*)
        fail 'Not supported'
      end

      def find(*)
        fail 'Not supported'
      end

      def all(*)
        super
      end
    end
  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
contentful-management-2.7.0 lib/contentful/management/client_organization_methods_factory.rb
contentful-management-2.6.0 lib/contentful/management/client_organization_methods_factory.rb
contentful-management-2.5.0 lib/contentful/management/client_organization_methods_factory.rb
contentful-management-2.4.0 lib/contentful/management/client_organization_methods_factory.rb
contentful-management-2.3.0 lib/contentful/management/client_organization_methods_factory.rb
contentful-management-2.2.2 lib/contentful/management/client_organization_methods_factory.rb
contentful-management-2.2.1 lib/contentful/management/client_organization_methods_factory.rb
contentful-management-2.2.0 lib/contentful/management/client_organization_methods_factory.rb
contentful-management-2.1.1 lib/contentful/management/client_organization_methods_factory.rb
contentful-management-2.1.0 lib/contentful/management/client_organization_methods_factory.rb
contentful-management-2.0.2 lib/contentful/management/client_organization_methods_factory.rb
contentful-management-2.0.1 lib/contentful/management/client_organization_methods_factory.rb
contentful-management-2.0.0 lib/contentful/management/client_organization_methods_factory.rb