Sha256: 206aa05a1cdfa3a18c5e12a6a3569026346ff4445148dd857a65a19077e8688b
Contents?: true
Size: 290 Bytes
Versions: 22
Compression:
Stored size: 290 Bytes
Contents
require_relative "request" module Ezid class BatchDownloadRequest < Request self.http_method = POST self.path = "/download_request" self.response_class = BatchDownloadResponse def initialize(client, params={}) super set_form_data(params) end end end
Version data entries
22 entries across 22 versions & 1 rubygems