NAME

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

VERSION

version 0.12

DESCRIPTION

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

ATTRIBUTES

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

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

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Andrew Sterling Hanenkamp.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.