GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::Amazon::Attribute::ReviewSet(3) User Contributed Perl Documentation Net::Amazon::Attribute::ReviewSet(3)

Net::Amazon::Attribute::ReviewSet - A set of customer reviews

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

"Net::Amazon::Attribute::ReviewSet" holds a list of customer reviews, each of type "Net::Amazon::Attribute::Review".

"$self->reviews()"
Returns a list of "Net::Amazon::Attribute::Review" objects.
"$self->average_customer_rating()"
Accessor for the average customer rating, a numeric value.
"$self->total_reviews()"
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).
"$self->total_review_pages"
Accessor for the total number of review pages.
"$self->add_review($rev)"
Add a "Net::Amazon::Attribute::Review" object to the list. (Used internally only).

Mike Schilli, <m@perlmeister.com>

Copyright 2003 by Mike Schilli <m@perlmeister.com>

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

2009-09-15 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.