Sha256: d950a9fc6cf6a51be6eea82b40e25cc917e9ccc5424ca34e182a5c8affec38f6
Contents?: true
Size: 242 Bytes
Versions: 33
Compression:
Stored size: 242 Bytes
Contents
module Comee module Core class ShipmentItemSerializer < ActiveModel::Serializer attributes :id, :quantity, :shipment_status, :status, :handover_date, :delivery_date, :pallet_no belongs_to :sales_order_item end end end
Version data entries
33 entries across 33 versions & 1 rubygems