Skip to content

Commit

Permalink
πŸ“š Adding documentation for configuration
Browse files Browse the repository at this point in the history
This builds on a [question asked in Slack][1]

[1]: https://samvera.slack.com/archives/C03S9FS60KW/p1705681632335919
  • Loading branch information
jeremyf committed Jan 19, 2024
1 parent 0dae0f9 commit 42af7e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/bulkrax.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class Configuration
:export_path,
:field_mappings,
:file_model_class,
:fill_in_blank_source_identifiers,
:generated_metadata_mapping,
:import_path,
:multi_value_element_join_on,
Expand All @@ -35,6 +34,11 @@ class Configuration
:reserved_properties,
:server_name

##
# @return [#call] with arity 2. The first parameter is a {Bulkrax::ApplicationParser} and the
# second parameter is an Integer for the index of the record encountered in the import.
attr_accessor :fill_in_blank_source_identifiers

attr_writer :use_locking

def use_locking
Expand Down

0 comments on commit 42af7e9

Please sign in to comment.