Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
WWW::YNAB::Month - Month model object
VERSION
version 0.02
SYNOPSIS
use WWW::YNAB;
my $ynab = WWW::YNAB->new(...);
my @budgets = $ynab->budgets;
my $month = $budgets[0]->month('2018-06-01');
OVERVIEW
See https://api.youneedabudget.com/v1#/Months for more information.
METHODS
month
note
to_be_budgeted
age_of_money
categories
AUTHOR
Jesse Luehrs <doy@tozt.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018 by Jesse Luehrs.
This is free software, licensed under:
The MIT (X11) License