Method: Ldgr::Transaction#to_s
- Defined in:
- lib/ldgr/transaction.rb
#to_s ⇒ Object
21 22 23 24 25 26 27 |
# File 'lib/ldgr/transaction.rb', line 21 def to_s <<~HERE #{date} #{cleared}#{payee} #{account} #{currency}#{amount} #{equity} HERE end |