Method: DataExporter::Configuration#database
- Defined in:
- lib/data_exporter/configuration.rb
#database ⇒ Object Also known as: mysql
24 25 26 27 |
# File 'lib/data_exporter/configuration.rb', line 24 def database @sections[mode][:mysql] ||= HashWithIndifferentAccess.new @sections[mode][:mysql] end |