Method: DBGeni::Config#database_type
- Defined in:
- lib/dbgeni/config.rb
#database_type(*p) ⇒ Object
254 255 256 257 |
# File 'lib/dbgeni/config.rb', line 254 def database_type(*p) # TODO - consider putting validation here @db_type = p[0] end |