Sha256: 3cc3e64a123bf41445281d52a017595e0b875be41b7d9355cbdcfa05c5a87706

Contents?: true

Size: 385 Bytes

Versions: 4

Compression:

Stored size: 385 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"

module GoogleSpreadsheetFetcher
  def self.config
    @config ||= Config.default_config
  end

  def self.configure
    yield config
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
google_spreadsheet_fetcher-1.6.0 lib/google_spreadsheet_fetcher.rb
google_spreadsheet_fetcher-1.5.0 lib/google_spreadsheet_fetcher.rb
google_spreadsheet_fetcher-1.4.0 lib/google_spreadsheet_fetcher.rb
google_spreadsheet_fetcher-1.3.0 lib/google_spreadsheet_fetcher.rb