Sha256: c97da01e85ee87331cb51fbdfe361b56ee0ccb6fc8497bf2f5f0334b59b75853
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
# typed: strong # frozen_string_literal: true module DearInventory module Models module Sales class InvoiceLine < Line extend T::Sig fields({ Account: { name: :account, type: :String, }, }) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dear_inventory-0.2.0 | lib/dear_inventory/models/sales/invoice_line.rb |