Method: YNAB::SaveAccount#balance
- Defined in:
- lib/ynab/models/save_account.rb
#balance ⇒ Object
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 |