Sha256: 436880f9d8e91f18763f7e39e5012373523ccad3d9947715ed07c37a540f72f9
Contents?: true
Size: 316 Bytes
Versions: 6
Compression:
Stored size: 316 Bytes
Contents
module Comee module Core class QuotationRequestItemSerializer < ActiveModel::Serializer attributes :id, :customer_item_no, :price, :discount, :valid_from, :valid_to, :quantity, :expected_delivery_date belongs_to :product belongs_to :quotation_request belongs_to :unit end end end
Version data entries
6 entries across 6 versions & 1 rubygems