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


Net-Amazon documentation  | view source Contained in the Net-Amazon distribution.

Index


NAME

Top

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

SYNOPSIS

Top

    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

Top

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.

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.

AUTHOR

Top

Mike Schilli, <m@perlmeister.com>

COPYRIGHT AND LICENSE

Top


Net-Amazon documentation  | view source Contained in the Net-Amazon distribution.