Class: Kiba::Extend::Jobs::MarcJob
- Defined in:
- lib/kiba/extend/jobs/marc_job.rb
Overview
The first transform called in a MarcJob
must be one from the
Transforms::Marc namespace.
Job with one MARC source, one destination, and zero-to-n lookups.
Instance Attribute Summary
Attributes inherited from BaseJob
#context, #control, #files, #outrows, #srcrows, #transformer
Method Summary
Methods inherited from BaseJob
Methods included from Parser
Methods included from Runner
#add_config, #add_decoration, #add_destinations, #add_lookup, #add_sources, #assemble_control, #check_requirements, #destinations, #file_config, #handle_requirements, #lookups_to_memoized_methods, #parse_job_segments, #show_me_decoration, #sources, #tell_me_decoration, #transform
Methods included from Reporter
#desc_and_tags, #get_duration, #minimal_end, #minimal_start, #normal_end, #normal_start, #put_file_details, #report_run_end, #report_run_start, #row_report, #start_and_def, #start_label, #tags, #verbose_end, #verbose_start
Constructor Details
This class inherits a constructor from Kiba::Extend::Jobs::BaseJob