Class: Duracloud::Commands::Validate

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

Instance Method Summary collapse

Methods inherited from Command

call, #cli

Instance Method Details

#callObject



4
5
6
7
# File 'lib/duracloud/commands/validate.rb', line 4

def call
  klass = fast ? Duracloud::FastSyncValidation : DuracloudSyncValidation
  klass.call(space_id: space_id, store_id: store_id, content_dir: content_dir, work_dir: work_dir)
end