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