summaryrefslogtreecommitdiffstats
path: root/lib/WWW/YNAB/User.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/WWW/YNAB/User.pm')
-rw-r--r--lib/WWW/YNAB/User.pm19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/WWW/YNAB/User.pm b/lib/WWW/YNAB/User.pm
index 2915fca..92dd09a 100644
--- a/lib/WWW/YNAB/User.pm
+++ b/lib/WWW/YNAB/User.pm
@@ -1,5 +1,24 @@
package WWW::YNAB::User;
+
use Moose;
+# ABSTRACT: User model object
+
+=head1 SYNOPSIS
+
+ use WWW::YNAB;
+
+ my $ynab = WWW::YNAB->new(...);
+ my $user = $ynab->user;
+
+=head1 OVERVIEW
+
+See L<https://api.youneedabudget.com/v1#/User> for more information.
+
+=cut
+
+=method id
+
+=cut
has id => (
is => 'ro',