Sha256: 59b36360fa9f7d1c77fe5fea8da29381a3f9f6898eb5bc90163cb60562afdc2d
Contents?: true
Size: 373 Bytes
Versions: 45
Compression:
Stored size: 373 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware/pathology/requests" module Renalware module Pathology module Requests class RequestsFactory pattr_initialize :patients, :params def build patients.map do |patient| RequestFactory.new(patient, params).build end end end end end end
Version data entries
45 entries across 45 versions & 1 rubygems