Class: Marquery::Configuration
- Inherits:
-
Object
- Object
- Marquery::Configuration
- Defined in:
- lib/marquery.rb
Instance Attribute Summary collapse
-
#data_dir ⇒ Object
Returns the value of attribute data_dir.
-
#preprocessor ⇒ Object
Returns the value of attribute preprocessor.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
23 24 25 26 |
# File 'lib/marquery.rb', line 23 def initialize @data_dir = "marquery" @preprocessor = nil end |
Instance Attribute Details
#data_dir ⇒ Object
Returns the value of attribute data_dir.
21 22 23 |
# File 'lib/marquery.rb', line 21 def data_dir @data_dir end |
#preprocessor ⇒ Object
Returns the value of attribute preprocessor.
21 22 23 |
# File 'lib/marquery.rb', line 21 def preprocessor @preprocessor end |