Sha256: f0a4f041c269d9e33e8d1cf3da3b06a3f2696635d28f440f24e67f1be4cf4d68

Contents?: true

Size: 316 Bytes

Versions: 3

Compression:

Stored size: 316 Bytes

Contents

module Comee
  module Core
    class ShipmentItemSerializer < ActiveModel::Serializer
      attributes :id, :quantity, :shipment_status, :status, :handover_date, :delivery_date, :pallet_no, :consignee,
                 :order_number
      belongs_to :sales_order_item
      has_many :item_statuses
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
comee_core-0.2.55 app/serializers/comee/core/shipment_item_serializer.rb
comee_core-0.2.54 app/serializers/comee/core/shipment_item_serializer.rb
comee_core-0.2.53 app/serializers/comee/core/shipment_item_serializer.rb