Class: ResearchMetadataBatch::ExternalOrganisation
- Defined in:
- lib/research_metadata_batch/external_organisation.rb
Instance Method Summary collapse
-
#initialize(pure_config:, log_file: nil) ⇒ ExternalOrganisation
constructor
A new instance of ExternalOrganisation.
Methods inherited from Base
Methods included from Shared
#act, #init, #preflight, #valid?
Constructor Details
#initialize(pure_config:, log_file: nil) ⇒ ExternalOrganisation
Returns a new instance of ExternalOrganisation.
7 8 9 10 |
# File 'lib/research_metadata_batch/external_organisation.rb', line 7 def initialize(pure_config:, log_file: nil) super @resource_type = :external_organisation end |