The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::Strava::Athlete::Gear - An Athlete Gear Object

VERSION

version 0.06

SYNOPSIS

  This class shouldn't be directly instantiated.

DESCRIPTION

  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.

METHODS

retrieve()

  $gear->retrieve();

When a Gear 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.