Sha256: 6a5837ba38f6b90dabf1ab5b70ae29d14b9c67a30a7295bac1840ddc1d2832e9
Contents?: true
Size: 207 Bytes
Versions: 5
Compression:
Stored size: 207 Bytes
Contents
module Duracloud::Commands class DownloadManifest < Command def call Duracloud::Manifest.download(space_id, store_id, format: format) do |chunk| print chunk end end end end
Version data entries
5 entries across 5 versions & 1 rubygems