Sha256: 62439d60c6b404c51356df0a06401d3683c89931112f0b144d810044a00eb5d0

Contents?: true

Size: 271 Bytes

Versions: 9

Compression:

Stored size: 271 Bytes

Contents

module Logistics
  module Core
    class CustomsTransportTariffSerializer < ActiveModel::Serializer
      attributes :id, :total_distance, :distance_to_entry_point, :proportion, :route_id, :entry_point_id,
                 :entry_point_name, :route_name
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
logistics_core-21.11.2 app/serializers/logistics/core/customs_transport_tariff_serializer.rb
logistics_core-21.11.1 app/serializers/logistics/core/customs_transport_tariff_serializer.rb
logistics_core-21.08.1 app/serializers/logistics/core/customs_transport_tariff_serializer.rb
logistics_core-21.03.1 app/serializers/logistics/core/customs_transport_tariff_serializer.rb
logistics_core-20.10.3 app/serializers/logistics/core/customs_transport_tariff_serializer.rb
logistics_core-20.10.2 app/serializers/logistics/core/customs_transport_tariff_serializer.rb
logistics_core-20.10.1 app/serializers/logistics/core/customs_transport_tariff_serializer.rb
logistics_core-20.9.1 app/serializers/logistics/core/customs_transport_tariff_serializer.rb
logistics_core-20.8.1 app/serializers/logistics/core/customs_transport_tariff_serializer.rb