Method: Ldgr::Transaction#to_s

Defined in:
lib/ldgr/transaction.rb

#to_sObject



21
22
23
24
25
26
27
# File 'lib/ldgr/transaction.rb', line 21

def to_s
  <<~HERE
  #{date} #{cleared}#{payee}
  #{}  #{currency}#{amount}
  #{equity}
  HERE
end