# File lib/flickr/base.rb, line 513 def initialize(page,pages,perpage,total) @page = page @pages = pages @perpage = perpage @total = total end