Class: Peegee::Configuration
- Inherits:
-
Object
- Object
- Peegee::Configuration
- Includes:
- Singleton
- Defined in:
- lib/peegee/configuration.rb
Instance Attribute Summary collapse
-
#cluster_indexes ⇒ Object
Returns the value of attribute cluster_indexes.
Class Method Summary collapse
Instance Attribute Details
#cluster_indexes ⇒ Object
Returns the value of attribute cluster_indexes.
15 16 17 |
# File 'lib/peegee/configuration.rb', line 15 def cluster_indexes @cluster_indexes end |
Class Method Details
.run {|Configuration.instance| ... } ⇒ Object
17 18 19 |
# File 'lib/peegee/configuration.rb', line 17 def self.run(&block) yield Configuration.instance end |