GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::Google::PicasaWeb::Feed(3) User Contributed Perl Documentation Net::Google::PicasaWeb::Feed(3)

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

version 0.11

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

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

The URL used to get information about the object.

The title of the object.

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

This is the author/owner of the object.

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

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

This is the account ID of the user.

This is the geo-coded latitude of the object.

This is the geo-coded longitude of the object.

  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.

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

This software is copyright (c) 2011 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.

2011-05-30 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.