Parent

Methods

Files

GData::Client::Finance

Client class to wrap working with the Finance API.

Public Class Methods

new(options = {}) click to toggle source
# File lib/gdata/client/finance.rb, line 21
def initialize(options = {})
  options[:clientlogin_service] ||= 'finance'
  options[:authsub_scope] ||= 'http://finance.google.com/finance/feeds/'
  super(options)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.