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

NAME

WebService::Strava::Athlete::Segment_Effort - A Strava Segment Effort Object

VERSION

version 0.06

SYNOPSIS

  my $effort = WebService::Strava::Athlete::Segment_Effort->new( auth => $auth, id => '229781' );

DESCRIPTION

  Upon instantiation will retrieve the segment effort matching 
  the id. Requires a pre-authenticated WebService::Strava::Auth 
  object.

METHODS

retrieve()

  $effort->retrieve();

When a Effort object 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.