NAME

Finance::Wesabe::Profile - Class to represent your wesabe.com profile

SYNOPSIS

my $profile = Finance::Wesabe::Profile->new(
    content => $c, parent => $p
);

DESCRIPTION

This modules provides access to your profile information.

ACCESSORS

  • content - Hashref of data from the response

  • parent - Parent object with acces to the user agent

PROFILE INFORMATION

  • name

  • username

  • postal_code

  • email

  • joined - A DateTime object

  • country

AUTHOR

Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2009-2010 by Brian Cassidy

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