NAME
WebService::Strava::Athlete::Activity - A Strava Activity Object
VERSION
version 0.06
SYNOPSIS
my $activity = WebService::Strava::Athlete::Activity->new( auth => $auth, id => '229781' );
DESCRIPTION
Upon instantiation will retrieve the activity matching the id.
Requires a pre-authenticated WebService::Strava::Auth object.
METHODS
retrieve()
$activity->retrieve();
When a Activity object and is lazy loaded, you can call retrieve it by calling this method.
AUTHOR
Leon Wright < techman@cpan.org >
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Leon Wright.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.