Class: ResearchMetadataBatch::Project

Inherits:
Base
  • Object
show all
Defined in:
lib/research_metadata_batch/project.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) ⇒ Project



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

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