Class: Riddle::Configuration::Section
- Inherits:
-
Object
- Object
- Riddle::Configuration::Section
- Defined in:
- lib/riddle/configuration/section.rb
Direct Known Subclasses
DistributedIndex, Index, Indexer, RealtimeIndex, Searchd, Source
Class Attribute Summary collapse
-
.settings ⇒ Object
Returns the value of attribute settings.
Instance Method Summary collapse
Class Attribute Details
.settings ⇒ Object
Returns the value of attribute settings.
5 6 7 |
# File 'lib/riddle/configuration/section.rb', line 5 def settings @settings end |
Instance Method Details
#valid? ⇒ Boolean
10 11 12 |
# File 'lib/riddle/configuration/section.rb', line 10 def valid? true end |