Class: ResearchMetadataBatch::Journal

Inherits:
Base
  • Object
show all
Defined in:
lib/research_metadata_batch/journal.rb

Instance Method Summary collapse

Methods inherited from Base

#process

Methods included from Shared

#act, #init, #preflight, #valid?

Constructor Details

#initialize(pure_config:, log_file: nil) ⇒ Journal

Returns a new instance of Journal.

Parameters:

  • log_file (String) (defaults to: nil)


7
8
9
10
# File 'lib/research_metadata_batch/journal.rb', line 7

def initialize(pure_config:, log_file: nil)
  super
  @resource_type = :journal
end