NAME
WWW::XBoxLive::Game - Represents an XBox Live game
VERSION
version 1.123160
SYNOPSIS
my $game = WWW::XBoxLive::Game->new(%data);
ATTRIBUTES
available_achievements
The number of available achievements for this game.
available_gamerscore
The number of available gamerscore for this game.
earned_achievements
The number of earned achievements for this game.
earned_gamerscore
The number of earned gamerscore for this game.
last_played
The date the game was last played, in the format '12/31/2011'
percentage_complete
The percentage of the game complete, in the format '13%'
title
The title of the game.
SEE ALSO
AUTHOR
Andrew Jones <andrew@arjones.co.uk>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Andrew Jones.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.