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::Review(3) User Contributed Perl Documentation Net::Amazon::Attribute::Review(3)

Net::Amazon::Attribute::Review - Customer Review Class

    use Net::Amazon::Attribute::Review;
    my $rev = Net::Amazon::Attribute::Review->new(
                 'rating'        => $rating,
                 'summary'       => $summary,
                 'content'       => $content,
                 'asin'          => $asin,
                 'customer_id'   => $customer_id,
                 'date'          => $date,
                 'helpful_votes' => $helpful_votes,
                 'total_votes'   => $total_votes,
    );

"Net::Amazon::Attribute::Review" holds customer reviews.

rating()
Accessor for the numeric value of the rating.
summary()
Accessor for the string value of the summary.
content()
Accessor for the string value of the content.
asin()
Accessor for the string value of ASIN.
customer_id()
Accessor for the string value of the customer ID.
customer_location()
Accessor for the string value of the customer location.
customer_name()
Accessor for the string value of the customer name.
helpful_votes()
Accessor for the numeric value of the helpful votes.
total_votes()
Accessor for the numeric value of the total votes.

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-11-10 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.