Class Flickr::Photo
In: flickr.rb
Parent: Object

Methods

add_note   add_tag   context   dates=   deleteNote   description   description=   editNote   exif   file   filename   isfavorite   license   new   notes   owner   permissions   perms=   postToBlog   remove_tag   rotate   rotation   server   sizes   source   tags   tags=   title   title=   to_s   url  

Attributes

client  [R] 
id  [R] 

Public Class methods

Public Instance methods

Implements flickr.photos.notes.add

Implements flickr.photos.addTags

Implements flickr.photos.getContext

Implements flickr.photos.setDates

Implements flickr.photos.notes.delete

Implements flickr.photos.notes.edit

Implements flickr.photos.getExif

Returns the photo file data itself, in any specified size. Example: File.open(photo.title, ‘w’) { |f| f.puts photo.file }

Unique filename for the image, based on the Flickr NSID

Implements flickr.photos.getPerms

Implements flickr.photos.setPerms

Implements flickr.blogs.postPhoto

Implements flickr.photos.removeTag

Implements flickr.photos.transform.rotate

Implements flickr.photos.getSizes

Returns the URL for the image (default or any specified size)

flickr.tags.getListPhoto

Implements flickr.photos.setTags

Implements flickr.photos.setMeta

Converts the Photo to a string by returning its title

Returns the URL for the photo page (default or any specified size)

[Validate]