The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Google::Reader::ListItem

SYNOPSIS

    my @list = $reader->list( 'subscriptions' );
    for my $elm (@list) {
        print $list, "\n";
    }

DESCRIPTION

This module provides the following accessors. Each list type populates a different subset of the fields. Stringifying a ListElement will return the contents the id field.

id
categories

This is a reference to more ListElements.

count
firstitemmsec
label
shared
title
value
isBloggerUser
userId
userEmail

METHODS

$elm = WebService::Google::Reader::ListElement->new( $ref )

SEE ALSO

WebService::Google::Reader