Module: GoogleSpreadsheetFetcher

Defined in:
lib/google_spreadsheet_fetcher.rb,
lib/google_spreadsheet_fetcher/error.rb,
lib/google_spreadsheet_fetcher/config.rb,
lib/google_spreadsheet_fetcher/fetcher.rb,
lib/google_spreadsheet_fetcher/version.rb

Defined Under Namespace

Classes: Config, Fetcher, SheetNotFound

Constant Summary collapse

VERSION =
"1.0.0"

Class Method Summary collapse

Class Method Details

.configObject



8
9
10
# File 'lib/google_spreadsheet_fetcher.rb', line 8

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

.configure {|config| ... } ⇒ Object

Yields:



12
13
14
# File 'lib/google_spreadsheet_fetcher.rb', line 12

def self.configure
  yield config
end