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


Finance-Wesabe documentation  | view source Contained in the Finance-Wesabe distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

This modules provides access to your profile information.

ACCESSORS

Top

* content - Hashref of data from the response
* parent - Parent object with acces to the user agent

PROFILE INFORMATION

Top

* name
* username
* postal_code
* email
* joined - A DateTime object
* country

AUTHOR

Top

Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Top


Finance-Wesabe documentation  | view source Contained in the Finance-Wesabe distribution.