Module: RawgentoDB

Defined in:
lib/rawgento_db.rb,
lib/rawgento_db/query.rb,
lib/rawgento_db/version.rb

Defined Under Namespace

Classes: Product, ProductQty, Query

Constant Summary collapse

DEFAULT_CONFIG_FILE =
"rawgento_db-config.yml"
VERSION =
"0.2.3"

Class Method Summary collapse

Class Method Details

.settings(file = DEFAULT_CONFIG_FILE) ⇒ Object



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

def self.settings file=DEFAULT_CONFIG_FILE
  @@settings ||= YAML.load_file(file || DEFAULT_CONFIG_FILE)
  @@settings
end