Method: Finance::Transaction#date

Defined in:
lib/finance/transaction.rb

#dateDate

Returns the date of the transaction.

Returns:

  • (Date)

    the date of the transaction



16
17
18
# File 'lib/finance/transaction.rb', line 16

def date
  @date
end