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

NAME

WWW::SEOmoz::URLMetrics - Class to represent the URL metrics returned from the SEOmoz API.

VERSION

version 0.03

DESCRIPTION

Class to represent the URL metrics data returned from the 'url-metrics' method in the SEOmoz API.

ATTRIBUTES

title

url

mozrank

mozrank_raw

subdomain_mozrank

subdomain_mozrank_raw

http_status_code

page_authority

domain_authority

subdomain

rootdomain

subdomain_linking

rootdomain_linking

subdomain_subdomains_linking

rootdomain_rootdomains_linking

rootdomain_mozrank

rootdomain_mozrank_raw

moztrust

moztrust_raw

subdomain_moztrust

subdomain_moztrust_raw

rootdomain_moztrust

rootdomain_moztrust_raw

external_mozrank

external_mozrank_raw

subdomain_external_juice

subdomain_external_juice_raw

rootdomain_external_juice

rootdomain_external_juice_raw

subdomain_juice

subdomain_juice_raw

rootdomain_juice

rootdomain_juice_raw

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

WWW::SEOmoz

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.