Class: GoogleSpreadsheetFetcher::Config
- Inherits:
-
Object
- Object
- GoogleSpreadsheetFetcher::Config
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/google_spreadsheet_fetcher/config.rb
Class Method Summary collapse
Class Method Details
.default_config ⇒ Object
15 16 17 18 19 |
# File 'lib/google_spreadsheet_fetcher/config.rb', line 15 def self.default_config new.tap do |config| config.scopes = [::Google::Apis::SheetsV4::AUTH_SPREADSHEETS_READONLY] end end |