NAME
App::Toodledo::Location - class encapsulating a Toodledo location
SYNOPSIS
$location = App::Toodledo::Location->new;
$location->name( 'Sydney' )
$todo = App::Toodledo->new;
$todo->add_location( $location );
DESCRIPTION
This class provides accessors for the properties of a Toodledo location. The attributes of a location are defined in the App::Toodledo::LocationRole 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.