Sha256: 276f0f5017a162af5c94c0a8d11394c8620b057f6cf416ad92996a852a932f09
Contents?: true
Size: 189 Bytes
Versions: 9
Compression:
Stored size: 189 Bytes
Contents
module Logistics module Core class EslTransportTariffRateSerializer < ActiveModel::Serializer attributes :id, :qt_from, :qt_to, :rate, :esl_transport_tariff_id end end end
Version data entries
9 entries across 9 versions & 1 rubygems