Method: LedgerGen::Posting#amount

Defined in:
lib/ledger_gen/posting.rb

#amount(amount) ⇒ Object



19
20
21
# File 'lib/ledger_gen/posting.rb', line 19

def amount(amount)
  @amount = amount
end