# File flickr.rb, line 204 def photos @client.people_getPublicPhotos('user_id'=>@id)['photos']['photo'].collect { |photo| Photo.new(photo['id']) } # what about non-public photos? end