Sha256: 3bd5a9bb73cc3e4cb9212f5f672b45607250ce54b0196e3fd0e274cbb1231c0e
Contents?: true
Size: 343 Bytes
Versions: 82
Compression:
Stored size: 343 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 belongs_to :unit belongs_to :shipment_item belongs_to :pod end end end
Version data entries
82 entries across 82 versions & 1 rubygems