Sha256: bd4763dc240f383a899b50d87c082706e156f1511a4353932f1f811d90484c44
Contents?: true
Size: 362 Bytes
Versions: 57
Compression:
Stored size: 362 Bytes
Contents
module Spree module V2 module Storefront class ShippingRateSerializer < BaseSerializer set_type :shipping_rate attributes :name, :selected, :final_price, :display_final_price, :cost, :display_cost, :tax_amount, :display_tax_amount, :shipping_method_id attribute :free, &:free? end end end end
Version data entries
57 entries across 57 versions & 1 rubygems