Sha256: bcd1c4dd66962a30bc5df8806edcedd546f8589931b28dec02d6a2471c356b5b

Contents?: true

Size: 159 Bytes

Versions: 4

Compression:

Stored size: 159 Bytes

Contents

module Logistics
  module Core
    class OperationType < Lookup
      SEA = 'Sea'.freeze
      AIR = 'Air'.freeze
      ROAD = 'Road'.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/operation_type.rb
logistics_core-21.11.1 app/models/logistics/core/operation_type.rb
logistics_core-21.08.1 app/models/logistics/core/operation_type.rb
logistics_core-21.03.1 app/models/logistics/core/operation_type.rb