Sha256: 95408a4141c7b993163e376b5d840170a9dfbea35a4d543b4a6acda4e1d106a6
Contents?: true
Size: 502 Bytes
Versions: 5
Compression:
Stored size: 502 Bytes
Contents
# frozen_string_literal: true require_relative '../../services/entry_group/importer_service' module Dsu module Presenters module Import module ServiceCallable private def importer_service_call @importer_service_call ||= begin importer_service = Services::EntryGroup::ImporterService.new(import_entry_groups: import_entry_groups, options: options) importer_service.call end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems