NAME
Net::Amazon::Attribute::Review - Customer Review Class
SYNOPSIS
use Net::Amazon::Attribute::Review;
my $rev = Net::Amazon::Attribute::Review->new(
'rating' => $rating,
'summary' => $summary,
'comment' => $comment,
);
DESCRIPTION
Net::Amazon::Attribute::Review
holds customer reviews.
METHODS
- rating()
-
Accessor for the numeric value of the rating.
- summary()
-
Accessor for the string value of the summary.
- comment()
-
Accessor for the string value of the customer comment.
SEE ALSO
AUTHOR
Mike Schilli, <m@perlmeister.com>
COPYRIGHT AND LICENSE
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.