class SportDb::Import::Configuration
Attributes
clubs_dir[RW]
todo/check: find a better way to configure club / team datasets - why? why not?
leagues_dir[RW]
def clubs_dir
() @clubs_dir; end ### note: return nil if NOT set on purpose for now - why? why not?
Public Instance Methods
catalog()
click to toggle source
def leagues_dir
() @leagues_dir; end
# File lib/sportdb/config/config.rb, line 21 def catalog() @catalog ||= Catalog.new; end