![]() |
![]()
| ![]() |
![]()
NAMENet::Google::PicasaWeb::Feed - base class for feed entries VERSIONversion 0.11 DESCRIPTIONProvides some common functions for feed-based objects. This class extends Net::Google::PicasaWeb::Base. ATTRIBUTESAll feed-based objects have these attributes. However, they may not all be used. urlThe URL used to get information about the object. titleThe title of the object. summaryThe summary of the object. This is the long description of the album or caption of the photo. author_nameThis is the author/owner of the object. author_uriThis is the URL to get the author's public albums on Picasa Web. entry_idThis is the ID that may be used with the object type to uniquely identify (and lookup) this object. user_idThis is the account ID of the user. latitudeThis is the geo-coded latitude of the object. longitudeThis is the geo-coded longitude of the object. METHODSfrom_feedmy $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. AUTHORAndrew Sterling Hanenkamp <hanenkamp@cpan.org> COPYRIGHT AND LICENSEThis 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.
|