Class: Duracloud::Commands::DownloadManifest

Inherits:
Command
  • Object
show all
Defined in:
lib/duracloud/commands/download_manifest.rb

Instance Method Summary collapse

Methods inherited from Command

call, #cli

Instance Method Details

#callObject



4
5
6
7
8
# 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