Class: SportDb::Import::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/sportdb/search.rb

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_pathObject

find a better name for setting - why? why not?

how about catalogdb or ???


30
31
32
# File 'lib/sportdb/search.rb', line 30

def catalog_path
  @catalog_path
end

#players_pathObject

find a better name for setting - why? why not?

how about playersdb or ???


42
43
44
# File 'lib/sportdb/search.rb', line 42

def players_path
  @players_path
end