NAME
WWW::SEOmoz::URLMetrics - Class to represent the URL metrics returned from the SEOmoz API.
VERSION
version 0.02
DESCRIPTION
Class to represent the URL metrics data returned from the 'url-metrics' method in the SEOmoz API.
ATTRIBUTES
title
url
external_links
links
mozrank
mozrank_raw
subdomain_mozrank
subdomain_mozrank_raw
http_status_code
page_authority
domain_authority
METHODS
new_from_data
my $metrics = WWW::SEOmoz::URLMetrics->( $data );
Returns a new WWW::SEOmoz::URLMetrics object from the data returned from the API call.
SEE ALSO
AUTHOR
Adam Taylor <ajct@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Adam Taylor.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.