Method: YNAB::SaveAccount#balance

Defined in:
lib/ynab/models/save_account.rb

#balanceObject

The current balance of the account in milliunits format



21
22
23
# File 'lib/ynab/models/save_account.rb', line 21

def balance
  @balance
end