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

NAME

WWW::XBoxLive::Gamercard - Represents an XBox Live Gamercard

VERSION

version 1.120580

SYNOPSIS

  my $gamercard = WWW::XBoxLive::Gamercard->new(%data);

  say $gamercard->name;
  say $gamercard->location;

ATTRIBUTES

account_status

Either gold, silver or unknown.

avatar_small

URL to the small avatar pic. For example, http://avatar.xboxlive.com/avatar/BrazenStraw3/avatarpic-s.png.

avatar_large

URL to the large avatar pic. For example, http://avatar.xboxlive.com/avatar/BrazenStraw3/avatarpic-l.png.

avatar_body

URL to the avatar body pic. For example, http://avatar.xboxlive.com/avatar/BrazenStraw3/avatar-body.png.

bio

The players bio.

gamerscore

The players gamerscore.

gamertag

The players gamertag.

gender

Either male, female or unknown.

is_valid

True if this is a valid profile (i.e. a real player).

location

The location of the player.

motto

The players motto.

name

The players name.

A link to the profile.

recent_games

Returns an array ref of WWW::XBoxLive::Game objects.

reputation

The number of reputation stars the player has. A number between 1 and 5.

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.