Sha256: 060f1d0f021b246ffb7e5c79415fcfaa551b5d45501f699c3a9640da35ca142d
Contents?: true
Size: 556 Bytes
Versions: 29
Compression:
Stored size: 556 Bytes
Contents
module Spree module Api module V2 module Platform class ShipmentSerializer < BaseSerializer include ResourceSerializerConcern attribute :tracking_url belongs_to :order belongs_to :address belongs_to :stock_location has_many :adjustments has_many :inventory_units has_many :shipping_rates has_many :state_changes has_one :selected_shipping_rate, serializer: :shipping_rate, type: :shipping_rate end end end end end
Version data entries
29 entries across 29 versions & 3 rubygems