Sha256: 7e05c08a54abffb41dde183ae6062140d58760a43a58792019a8fa3b33ffcfe1

Contents?: true

Size: 146 Bytes

Versions: 4

Compression:

Stored size: 146 Bytes

Contents

module Logistics
  module Core
    class TransactionType < Lookup
      IMPORT = 'Import'.freeze
      EXPORT = 'Export'.freeze
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
logistics_core-21.11.2 app/models/logistics/core/transaction_type.rb
logistics_core-21.11.1 app/models/logistics/core/transaction_type.rb
logistics_core-21.08.1 app/models/logistics/core/transaction_type.rb
logistics_core-21.03.1 app/models/logistics/core/transaction_type.rb