The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Toodledo::Folder - class encapsulating a Toodledo folder

SYNOPSIS

  $folder = App::Toodledo::Folder->new;
  $folder->name( 'Shopping List' )
  $todo = App::Toodledo->new;
  $todo->add_folder( $folder );

DESCRIPTION

This class provides accessors for the properties of a Toodledo folder. The attributes of a folder are defined in the App::Toodledo::FolderRole 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.