Sha256: a9d9d3bd48464337adff068b1785d5e69b4203e2efe1a9d108b0363e36b8d293
Contents?: true
Size: 373 Bytes
Versions: 145
Compression:
Stored size: 373 Bytes
Contents
module Comee module Core class QuotationRequestItemSerializer < ActiveModel::Serializer attributes :id, :customer_item_no, :customer_item_description, :price, :margin, :margin_type, :valid_from, :valid_to, :quantity, :expected_delivery_date belongs_to :product belongs_to :quotation_request belongs_to :unit end end end
Version data entries
145 entries across 145 versions & 1 rubygems