Rechercher une page de manuel
Net::Amazon::Attribute::Review.3pm
Langue: en
Version: 2007-06-18 (mandriva - 22/10/07)
Section: 3 (Bibliothèques de fonctions)
NAME
Net::Amazon::Attribute::Review - Customer Review ClassSYNOPSIS
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,
);
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. This accessor is deprecated in favor of content().
- 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.
- helpful_votes()
- Accessor for the numeric value of the helpful votes.
- total_votes()
- Accessor for the numeric value of the total votes.
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.
Sept fois sept quarante et neuf
Foireuse égalité sue
C'était un franc qui dorait
Car garantir en monnaie
En liquide hante Harpagon
Tête est somme au pas, cassette
Ne fut reine, et gond c'est or
-- Rapilly, Robert
Foireuse égalité sue
C'était un franc qui dorait
Car garantir en monnaie
En liquide hante Harpagon
Tête est somme au pas, cassette
Ne fut reine, et gond c'est or
-- Rapilly, Robert
Contenus ©2006-2008 Benjamin Poulain
Design ©2006-2008 Maxime Vantorre