Class: GData::Client::Maps

Inherits:
Base
  • Object
show all
Defined in:
lib/gdata/client/maps.rb

Overview

Client class to wrap working with the Documents List Data API.

Instance Attribute Summary

Attributes inherited from Base

#auth_handler, #authsub_scope, #clientlogin_service, #clientlogin_url, #headers, #http_service, #source, #version

Instance Method Summary collapse

Methods inherited from Base

#authsub_private_key=, #authsub_token=, #authsub_url, #clientlogin, #delete, #get, #make_file_request, #make_request, #post, #post_file, #prepare_headers, #put, #put_file

Constructor Details

#initialize(options = {}) ⇒ Maps

Returns a new instance of Maps.



7
8
9
10
11
# File 'lib/gdata/client/maps.rb', line 7

def initialize(options = {})
  options[:clientlogin_service] ||= 'local'
  options[:authsub_scope] ||= 'http://maps.google.com/maps/'
  super(options)
end