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

NAME

WebService::Face::Response::Account

VERSION

Version 0.04

SYNOPSIS

WebService::Face::Response::Account wraps the data returned by the server for account data (limits, users, namespacs)

It provides a simple OO interface to access the data

For a better understanding of the data structure you can read :

SUBROUTINES/METHODS

new ( \%params )

The constructor for the WebService::Face::Response::Account class

used ()

Getter for the 'used' attribute

remaining ()

Getter for the 'remaining' attribute

limit ()

Getter for the 'limit' attribute

reset_time_text ()

Getter for the 'reset_time_text' attribute

reset_time ()

Getter for the 'reset_time' attribute

namespace_limit ()

Getter for the 'namespace_limit' attribute

namespace_used ()

Getter for the 'namespace_used' attribute

namespace_remaining ()

Getter for the 'namespace_remaining' attribute

users ()

Getter for the 'users' attribute

namespaces ()

Getter for the 'namespaces' attribute

limits ()

Getter for the 'limits' attribute

AUTHOR

Arnaud (Arhuman) ASSAD, <arhuman at gmail.com>

BUGS

Please report any bugs or feature requests to arhuman at gmail.com, or through the web interface at https://github.com/arhuman/WebService-Face/issues. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc WebService::Face::Client

You can also look for information at:

More information about Face.com service :

http://developers.face.com/docs/api

ACKNOWLEDGEMENTS

Thanks to Face.com for the service they provide. Thanks to Jaguar Network for allowing me to publish my work.

LICENSE AND COPYRIGHT

Copyright 2012 Arnaud (Arhuman) ASSAD.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.