Sha256: 5e8b853979dfc3e2fe2ede54439e19adfd10c4a6901dbf05d6eff0fb377f4045
Contents?: true
Size: 301 Bytes
Versions: 29
Compression:
Stored size: 301 Bytes
Contents
module Spree module Api module V2 module Platform class ShippingRateSerializer < BaseSerializer include ResourceSerializerConcern belongs_to :shipment belongs_to :tax_rate belongs_to :shipping_method end end end end end
Version data entries
29 entries across 29 versions & 3 rubygems