Sha256: 1fa926747334f27315c2a332b946476ccdc1c02127c3f616bc02df6545a20c69
Contents?: true
Size: 567 Bytes
Versions: 2
Compression:
Stored size: 567 Bytes
Contents
require "active_support" require "active_support/json" require "active_support/core_ext" require "google_spreadsheet_fetcher/version" require "google_spreadsheet_fetcher/config" require "google_spreadsheet_fetcher/error" require "google_spreadsheet_fetcher/fetcher" require "google_spreadsheet_fetcher/sheet_url" require "google_spreadsheet_fetcher/bulk_fetcher" require "google_spreadsheet_fetcher/sheets_service_builder" module GoogleSpreadsheetFetcher def self.config @config ||= Config.default_config end def self.configure yield config end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
google_spreadsheet_fetcher-1.9.1 | lib/google_spreadsheet_fetcher.rb |
google_spreadsheet_fetcher-1.9.0 | lib/google_spreadsheet_fetcher.rb |