Sha256: bbb05877189205344e77d9424628bcdaa823d189b7a7a073198aa2f6fcd2bdde
Contents?: true
Size: 437 Bytes
Versions: 24
Compression:
Stored size: 437 Bytes
Contents
# # frozen_string_literal: true # require "renalware/feeds" # require "attr_extras" # module Renalware # module Patients # module Ingestion # class UpdateMasterPatientIndex < ApplicationJob # queue_as :master_patient_index # queue_with_priority 10 # def perform(feed_message:) # raise "todo" # # UpdateMasterPatientIndex.call() # end # end # end # end # end
Version data entries
24 entries across 24 versions & 1 rubygems