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