Module: GoogleSpreadsheetFetcher

Defined in:
lib/google_spreadsheet_fetcher.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

Constant Summary collapse

VERSION =
"0.2.0"

Class Method Summary collapse

Class Method Details

.configObject



6
7
8
# File 'lib/google_spreadsheet_fetcher.rb', line 6

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

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

Yields:



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

def self.configure
  yield config
end