Sha256: 549174841ffb12a7b669bec580135c751297bbfc8ca5df76e049d9e951dcdd1a

Contents?: true

Size: 495 Bytes

Versions: 3

Compression:

Stored size: 495 Bytes

Contents

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/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

3 entries across 3 versions & 1 rubygems

Version Path
google_spreadsheet_fetcher-1.8.1 lib/google_spreadsheet_fetcher.rb
google_spreadsheet_fetcher-1.8.0 lib/google_spreadsheet_fetcher.rb
google_spreadsheet_fetcher-1.7.0 lib/google_spreadsheet_fetcher.rb