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

NAME

WebService::MyGengo::Account - An Account in the myGengo system.

SYNOPSIS

    my $client = WebService::MyGengo::Client->new( $params );
    my $acct = $client->get_account();

    printf "You have %d credits to spend\n", $acct->credits;

ATTRIBUTES

credits_spent (Num)

A decimal figure representing the number of myGengo credits this account has spent.

user_since (DateTime)

The date at which this Account was registered with myGengo.

credits (Num)

A decimal figure representing the number of credits remaining to be used by the Account.

SEE ALSO

http://mygengo.com/api/developer-docs/methods/account-balance-get/

http://mygengo.com/api/developer-docs/methods/account-stats-get/

AUTHOR

Nathaniel Heinrichs

LICENSE

Copyright (c) 2011, Nathaniel Heinrichs <nheinric-at-cpan.org>. All rights reserved.

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.