Sha256: c028fa3a798eba1a4926528fcc88ec979d82de8d700de7343a4d4581ed984012
Contents?: true
Size: 353 Bytes
Versions: 19
Compression:
Stored size: 353 Bytes
Contents
module Comee module Core class ShipmentInstructionItemSerializer < ActiveModel::Serializer attributes :id, :delivery_note_no, :pallet_no, :goods_issue_date, :length, :width, :height, :weight, :quantity, :price, :pod_id, :details belongs_to :unit belongs_to :shipment_item belongs_to :pod end end end
Version data entries
19 entries across 19 versions & 1 rubygems