Sha256: 720fc1bdebd789201ef35efdbe7084ea1b76c9d74ae42c6fb794fce08699b3cd

Contents?: true

Size: 241 Bytes

Versions: 12

Compression:

Stored size: 241 Bytes

Contents

module Puree

  module REST

    # Requests for the Classification Scheme resource
    #
    class ClassificationScheme < Puree::REST::Base

      private

      def collection
        'classification-schemes'
      end

    end

  end

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
puree-2.9.2 lib/puree/rest/classification_scheme.rb
puree-2.9.1 lib/puree/rest/classification_scheme.rb
puree-2.9.0 lib/puree/rest/classification_scheme.rb
puree-2.8.1 lib/puree/rest/classification_scheme.rb
puree-2.8.0 lib/puree/rest/classification_scheme.rb
puree-2.7.0 lib/puree/rest/classification_scheme.rb
puree-2.6.0 lib/puree/rest/classification_scheme.rb
puree-2.5.1 lib/puree/rest/classification_scheme.rb
puree-2.5.0 lib/puree/rest/classification_scheme.rb
puree-2.4.0 lib/puree/rest/classification_scheme.rb
puree-2.3.0 lib/puree/rest/classification_scheme.rb
puree-2.2.0 lib/puree/rest/classification_scheme.rb