Parent

Methods

Files

GData::Client::Health

Client class to wrap working with the Health API.

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.