Sha256: fd33f2edcb6aad31553ef8e6a68f92ee656d07d5bd243097aac174fd8d8d7253
Contents?: true
Size: 327 Bytes
Versions: 157
Compression:
Stored size: 327 Bytes
Contents
module Comee module Core class ClientPriceSerializer < ActiveModel::Serializer attributes :id, :valid_from, :valid_to, :price, :status, :price_status, :previous_price, :margin, :margin_type belongs_to :product belongs_to :client belongs_to :unit belongs_to :product_lookup end end end
Version data entries
157 entries across 157 versions & 1 rubygems