lib/sdr_client/deposit.rb in sdr-client-0.55.1 vs lib/sdr_client/deposit.rb in sdr-client-0.56.0

- old
+ new

@@ -19,10 +19,11 @@ apo:, collection: nil, catkey: nil, embargo_release_date: nil, embargo_access: 'world', + embargo_download: 'world', source_id:, url:, files: [], files_metadata: {}, accession: false, @@ -39,9 +40,10 @@ collection: collection, source_id: source_id, catkey: catkey, embargo_release_date: embargo_release_date, embargo_access: embargo_access, + embargo_download: embargo_download, viewing_direction: viewing_direction, files_metadata: augmented_metadata) connection = Connection.new(url: url) Process.new(metadata: metadata, connection: connection, files: files, grouping_strategy: grouping_strategy,