WebService::Strava::Athlete::Gear - An Athlete Gear Object
version 0.06
This class shouldn't be directly instantiated.
This is a parent class to 'Gear' objects. Currently Strava has two different Gear types Shoe and Bike. They entirely the same, however a bike can have a frame and model.
$gear->retrieve();
When a Gear object is lazy loaded, you can call retrieve it by calling this method.
Leon Wright < techman@cpan.org >
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.
To install WebService::Strava, copy and paste the appropriate command in to your terminal.
cpanm
cpanm WebService::Strava
CPAN shell
perl -MCPAN -e shell install WebService::Strava
For more information on module installation, please visit the detailed CPAN module installation guide.