Class: Munchsrb::Exporter::GoogleClient

Inherits:
Object
  • Object
show all
Defined in:
lib/munchsrb/exporter/google_client.rb

Overview

Munchsrb::Exporter::GoogleClient is shared client to access google apis.

Constant Summary collapse

SCOPES =
[
  'https://www.googleapis.com/auth/drive',
  'https://spreadsheets.google.com/feeds/'
].freeze

Class Method Summary collapse

Class Method Details

.sessionObject



15
16
17
# File 'lib/munchsrb/exporter/google_client.rb', line 15

def session
  GoogleDrive::Session.from_credentials(credentials)
end