Sha256: d66d13027644b2ba6b6453cfc1802a2a505034948326592f166d474ee2a6e1dc

Contents?: true

Size: 337 Bytes

Versions: 2

Compression:

Stored size: 337 Bytes

Contents

module Panoptes
  class Client
    module Classifications
      def get_subject_classifications(subject_id, workflow_id)
        panoptes.paginate("/classifications/project", {
          admin: true,
          workflow_id: workflow_id,
          subject_id: subject_id
        }, resource: "classifications")
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
panoptes-client-0.3.4 lib/panoptes/client/classifications.rb
panoptes-client-0.3.3 lib/panoptes/client/classifications.rb