Sha256: 2d941e774578edea41be22f4a0a2a761a6f885267a1378077d95de1e59fece88
Contents?: true
Size: 243 Bytes
Versions: 1
Compression:
Stored size: 243 Bytes
Contents
module LedgerSync class BillLineItem < LedgerSync::Resource references_one :account, to: Account attribute :amount, type: Type::Integer attribute :description, type: Type::String def name description end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ledger_sync-1.1.1 | lib/ledger_sync/resources/bill_line_item.rb |