module PicasaWebAlbums

Constants

VERSION

Public Class Methods

get_repository(email, password) click to toggle source
# File lib/PicasaWebAlbums.rb, line 4
def self.get_repository(email, password)
  Repository.new(email, password)
end