Sha256: a91400e1d136154418c824d69beea13b19ab9b69d9d225cc9149c53506dde527
Contents?: true
Size: 409 Bytes
Versions: 2
Compression:
Stored size: 409 Bytes
Contents
require "active_support/json" require "active_support/core_ext" require "google_spreadsheet_bulk_fetcher/version" require "google_spreadsheet_bulk_fetcher/config" require "google_spreadsheet_bulk_fetcher/error" require "google_spreadsheet_bulk_fetcher/fetcher" module GoogleSpreadsheetBulkFetcher 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_bulk_fetcher-1.0.1 | lib/google_spreadsheet_bulk_fetcher.rb |
google_spreadsheet_bulk_fetcher-1.0.0 | lib/google_spreadsheet_bulk_fetcher.rb |