module Flickr::Request

Public Class Methods

new(client) click to toggle source
# File lib/flickr/request.rb, line 3
def initialize(client)
  @client = client
end