1Net::Amazon::Attribute:U:sReerviCeownSterti(b3u)ted PerlNeDto:c:uAmmeanztoant:i:oAnttribute::ReviewSet(3)
2
3
4
6 Net::Amazon::Attribute::ReviewSet - A set of customer reviews
7
9 use Net::Amazon::Attribute::ReviewSet;
10 my $rev = Net::Amazon::Attribute::Review->new(
11 average_customer_rating => $avg,
12 total_reviews => $total,
13 );
14
16 "Net::Amazon::Attribute::ReviewSet" holds a list of customer reviews,
17 each of type "Net::Amazon::Attribute::Review".
18
19 METHODS
20 "$self->reviews()"
21 Returns a list of "Net::Amazon::Attribute::Review" objects.
22
23 "$self->average_customer_rating()"
24 Accessor for the average customer rating, a numeric value.
25
26 "$self->total_reviews()"
27 Accessor for the total number of reviews. Please note that this
28 might not be equal to the number of reviews held in the list, since
29 there might be less customer reviews than total reviews (reviews
30 can also be non-customer-reviews, but they're not available by the
31 web service as of Aug 2003).
32
33 "$self->total_review_pages"
34 Accessor for the total number of review pages.
35
36 "$self->add_review($rev)"
37 Add a "Net::Amazon::Attribute::Review" object to the list. (Used
38 internally only).
39
41 Mike Schilli, <m@perlmeister.com>
42
44 Copyright 2003 by Mike Schilli <m@perlmeister.com>
45
46 This library is free software; you can redistribute it and/or modify it
47 under the same terms as Perl itself.
48
49
50
51perl v5.30.1 2020-01-3N0et::Amazon::Attribute::ReviewSet(3)