Sha256: 40312ef9b2e1180364b6bfb3a4dd01e0096b510a6a44d0124e83b6e536153172

Contents?: true

Size: 291 Bytes

Versions: 48

Compression:

Stored size: 291 Bytes

Contents

# frozen_string_literal: true

require_dependency "renalware/pathology"

module Renalware
  module Pathology
    module Requests
      class GlobalRulePresenter < SimpleDelegator
        def self.present(rules)
          rules.map { |rule| new rule }
        end
      end
    end
  end
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
renalware-core-2.0.51 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.50 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.48 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.47 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.46 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.45 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.44 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.43 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.42 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.41 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.40 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.39 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.38 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.37 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.36 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.35 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.34 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.33 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.32 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.31 app/presenters/renalware/pathology/requests/global_rule_presenter.rb