Net::Google::PicasaWeb::Feed - base class for feed entries


Net-Google-PicasaWeb documentation  | view source Contained in the Net-Google-PicasaWeb distribution.

Index


NAME

Top

Net::Google::PicasaWeb::Feed - base class for feed entries

VERSION

Top

version 0.11

DESCRIPTION

Top

Provides some common functions for feed-based objects. This class extends Net::Google::PicasaWeb::Base.

ATTRIBUTES

Top

All feed-based objects have these attributes. However, they may not all be used.

url

The URL used to get information about the object.

title

The title of the object.

summary

The summary of the object. This is the long description of the album or caption of the photo.

author_name

This is the author/owner of the object.

author_uri

This is the URL to get the author's public albums on Picasa Web.

entry_id

This is the ID that may be used with the object type to uniquely identify (and lookup) this object.

user_id

This is the account ID of the user.

latitude

This is the geo-coded latitude of the object.

longitude

This is the geo-coded longitude of the object.

METHODS

Top

from_feed

  my $feed = $class->from_feed($service, $entry);

This method creates the feed object from the service object and an XML::Twig::Elt representing the element returned descring that object.

AUTHOR

Top

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

Top


Net-Google-PicasaWeb documentation  | view source Contained in the Net-Google-PicasaWeb distribution.