Sha256: 8f5e3db6bd1b89b5f2b524cf662bd1b2afa35f03754859dbf0e9221a77c0f1e1

Contents?: true

Size: 430 Bytes

Versions: 52

Compression:

Stored size: 430 Bytes

Contents

# frozen_string_literal: true

require_dependency "renalware/patients"

module Renalware
  module Patients
    module Ingestion
      class Command
        attr_reader :message

        def initialize(message)
          @message = message
        end

        def self.for(message)
          CommandFactory.new.for(message)
        end

        def call
          raise NotImplementedError
        end
      end
    end
  end
end

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.1.0 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.167 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.166 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.165 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.164 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.163 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.162 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.161 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.160 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.159 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.158 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.157 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.156 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.155 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.153 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.152 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.151 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.149 app/models/renalware/patients/ingestion/command.rb
renalware-core-2.0.148 app/models/renalware/patients/ingestion/command.rb