Class: Munchsrb::Exporter::GoogleClient
- Inherits:
-
Object
- Object
- Munchsrb::Exporter::GoogleClient
- 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
.session ⇒ Object
15 16 17 |
# File 'lib/munchsrb/exporter/google_client.rb', line 15 def session GoogleDrive::Session.from_credentials(credentials) end |