SYNOPSIS

    use Net::Amazon::Attribute::ReviewSet;
    my $rev = Net::Amazon::Attribute::Review->new(
        average_customer_rating => $avg,
        total_reviews  => $total,
        );

DESCRIPTION

\*(C`Net::Amazon::Attribute::ReviewSet\*(C' holds a list of customer reviews, each of type \*(C`Net::Amazon::Attribute::Review\*(C'.

\s-1METHODS\s0

Returns a list of \*(C`Net::Amazon::Attribute::Review\*(C' objects. Accessor for the average customer rating, a numeric value. Accessor for the total number of reviews. Please note that this might not be equal to the number of reviews held in the list, since there might be less customer reviews than total reviews (reviews can also be non-customer-reviews, but they're not available by the web service as of Aug 2003). Accessor for the total number of review pages. Add a \*(C`Net::Amazon::Attribute::Review\*(C' object to the list. (Used internally only).

AUTHOR

Mike Schilli, <[email protected]>

COPYRIGHT AND LICENSE

Copyright 2003 by Mike Schilli <[email protected]>

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