module

GoogleDrive

Constants

Log = ::Log.for("GoogleDrive")
VERSION = {{ (`shards version /tmp/tmp.dbJbgJ/src/src`).chomp.stringify }}

Class methods

configure

Return the default Configuration object.

Source
configure

Customize default settings for the SDK using block.

GoogleDrive.configure do |config|
  config.username = "xxx"
  config.password = "xxx"
end
Source

Nested types