Sha256: 1ec3757de968a8f1954fbce89cfe4e482bb0825afca99aef61de46ffc9a88b72
Contents?: true
Size: 328 Bytes
Versions: 46
Compression:
Stored size: 328 Bytes
Contents
module Comee module Core class QuotationRequestItemSerializer < ActiveModel::Serializer attributes :id, :customer_item_no, :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
46 entries across 46 versions & 1 rubygems