Sha256: b2d897c6b40f65acb83ce1db41ce78e0c3bcd3f5d6b1352cd3b152dea2823718
Contents?: true
Size: 333 Bytes
Versions: 7
Compression:
Stored size: 333 Bytes
Contents
require 'gecko/record/base' module Gecko module Record class InvoiceLineItem < Base belongs_to :invoice belongs_to :order_line_item belongs_to :ledger_account attribute :quantity, BigDecimal attribute :position, Integer end class InvoiceLineItemAdapter < BaseAdapter end end end
Version data entries
7 entries across 7 versions & 1 rubygems