
App::Toodledo::Context - class encapsulating a Toodledo context

$context = App::Toodledo::Context->new; $context->name( 'Uraguay' ) $todo = App::Toodledo->new; $todo->add_context( $context );

This class provides accessors for the properties of a Toodledo context. The attributes of a context are defined in the App::Toodledo::ContextRole module.

Peter J. Scott, <cpan at psdt.com>

Toodledo: http://www.toodledo.com/.
Toodledo API documentation: http://www.toodledo.com/info/api_doc.php.

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.