class Duracloud::Commands::DownloadManifest

Public Instance Methods

call() click to toggle source
# File lib/duracloud/commands/download_manifest.rb, line 4
def call
  Duracloud::Manifest.download(space_id, store_id, format: format) do |chunk|
    print chunk
  end
end