module RawgentoDB

Constants

DEFAULT_CONFIG_FILE
Product
ProductQty
VERSION

Public Class Methods

settings(file=DEFAULT_CONFIG_FILE) click to toggle source
# File lib/rawgento_db.rb, line 7
def self.settings file=DEFAULT_CONFIG_FILE
  @@settings ||= YAML.load_file(file || DEFAULT_CONFIG_FILE)
  @@settings
end