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.3.0"

Class Method Summary collapse

Class Method Details

.configObject



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

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

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

Yields:



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

def self.configure
  yield config
end