# File lib/flickr/base.rb, line 247 def initialize(id,name,needspassword,url) @id = id @name = name @needspassword = needspassword @url = url end