Class: SportDb::Import::Configuration
- Inherits:
-
Object
- Object
- SportDb::Import::Configuration
- Defined in:
- lib/sportdb/search.rb
Instance Attribute Summary collapse
-
#catalog_path ⇒ Object
find a better name for setting - why? why not? how about catalogdb or ???.
-
#players_path ⇒ Object
find a better name for setting - why? why not? how about playersdb or ???.
Instance Attribute Details
#catalog_path ⇒ Object
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_path ⇒ Object
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 |