From 02645507b1ae3d9422f453568f4e1a732e18f5e7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 24 Jun 2018 13:08:41 -0400 Subject: docs --- lib/WWW/YNAB/User.pm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'lib/WWW/YNAB/User.pm') 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 for more information. + +=cut + +=method id + +=cut has id => ( is => 'ro', -- cgit v1.2.3-54-g00ecf