Method: Mutx::Support::Configuration.db_username
- Defined in:
- lib/mutx/support/configuration.rb
.db_username ⇒ Object
93 94 95 |
# File 'lib/mutx/support/configuration.rb', line 93 def self.db_username @@input["database"]["username"] || nil end |