1Net::Amazon::Attribute:U:sReerviCeown(t3r)ibuted Perl DoNceutm:e:nAtmaatzioonn::Attribute::Review(3)
2
3
4

NAME

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

SYNOPSIS

9           use Net::Amazon::Attribute::Review;
10           my $rev = Net::Amazon::Attribute::Review->new(
11                        'rating'        => $rating,
12                        'summary'       => $summary,
13                        'content'       => $content,
14                        'asin'          => $asin,
15                        'customer_id'   => $customer_id,
16                        'date'          => $date,
17                        'helpful_votes' => $helpful_votes,
18                        'total_votes'   => $total_votes,
19           );
20

DESCRIPTION

22       "Net::Amazon::Attribute::Review" holds customer reviews.
23
24   METHODS
25       rating()
26           Accessor for the numeric value of the rating.
27
28       summary()
29           Accessor for the string value of the summary.
30
31       content()
32           Accessor for the string value of the content.
33
34       asin()
35           Accessor for the string value of ASIN.
36
37       customer_id()
38           Accessor for the string value of the customer ID.
39
40       customer_location()
41           Accessor for the string value of the customer location.
42
43       customer_name()
44           Accessor for the string value of the customer name.
45
46       helpful_votes()
47           Accessor for the numeric value of the helpful votes.
48
49       total_votes()
50           Accessor for the numeric value of the total votes.
51

AUTHOR

53       Mike Schilli, <m@perlmeister.com>
54
56       Copyright 2003 by Mike Schilli <m@perlmeister.com>
57
58       This library is free software; you can redistribute it and/or modify it
59       under the same terms as Perl itself.
60
61
62
63perl v5.28.1                      2009-11-10 Net::Amazon::Attribute::Review(3)
Impressum