We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958b7c0 commit 0ae96b6Copy full SHA for 0ae96b6
lib/bag_courier.rb
@@ -34,13 +34,13 @@ def initialize(
34
tags:,
35
data_transfer:,
36
validator:,
37
+ detect_hidden:,
38
target_client:,
39
status_event_repo:,
40
working_dir:,
41
export_dir:,
42
dry_run:,
- remove_export:,
43
- detect_hidden:
+ remove_export:
44
)
45
@bag_id = bag_id
46
@bag_info = bag_info
lib/dispatcher.rb
@@ -9,9 +9,7 @@ class DispatcherBase
9
def dispatch(
10
object_metadata:,
11
12
- context: nil,
13
- validator: nil,
14
- extra_bag_info_data: nil
+ validator: nil
15
16
raise NotImplementedError
17
end
0 commit comments