NAME
App::Toodledo::Context - class encapsulating a Toodledo context
SYNOPSIS
$context = App::Toodledo::Context->new;
$context->name( 'Uraguay' )
$todo = App::Toodledo->new;
$todo->add_context( $context );
DESCRIPTION
This class provides accessors for the properties of a Toodledo context. The attributes of a context are defined in the App::Toodledo::ContextRole 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.