# File lib/flickr/base.rb, line 633 def initialize(x, y, w, h, text, flickr = nil) @x = x @y = y @w = w @h = h @text = text @flickr = flickr end