NAME
App::Toodledo::Account - class encapsulating a Toodledo account
SYNOPSIS
$account = App::Toodledo::Account->new;
$todo = App::Toodledo->new;
DESCRIPTION
This class provides accessors for the properties of a Toodledo account. The following attributes are defined:
XXX
AUTHOR
Peter J. Scott, <cpan at psdt.com>
SEE ALSO
Toodledo: http://www.toodledo.com/.
Toodledo API documentation: http://www.toodledo.com/info/api_doc.php.
COPYRIGHT & LICENSE
Copyright 2009-2011 Peter J. Scott, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.