NAME
App::Toodledo::Notebook - class encapsulating a Toodledo notebook
SYNOPSIS
$notebook = App::Toodledo::Notebook->new;
$todo = App::Toodledo->new;
$todo->add_notebook( $notebook );
DESCRIPTION
This class provides accessors for the properties of a Toodledo notebook. The attributes of a notebook are defined in the App::Toodledo::NotebookRole module.
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.