Methods

Files

GData::Client::Photos

Client class to wrap working with the Picasa Web Albums API.

Public Class Methods

new(options = {}) click to toggle source
# File lib/gdata/client/photos.rb, line 21
def initialize(options = {})
  options[:clientlogin_service] ||= 'lh2'
  options[:authsub_scope] ||= 'https://picasaweb.google.com/data/'
  options[:version] ||= '1'
  super(options)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.