Class: Rails::DBConsole::DBConfig
- Inherits:
-
Struct
- Object
- Struct
- Rails::DBConsole::DBConfig
- Defined in:
- lib/umbrellio_sequel_plugins/rails_db_command.rb
Instance Attribute Summary collapse
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#configuration_hash ⇒ Object
Returns the value of attribute configuration_hash.
-
#database ⇒ Object
Returns the value of attribute database.
Instance Attribute Details
#adapter ⇒ Object
Returns the value of attribute adapter
17 18 19 |
# File 'lib/umbrellio_sequel_plugins/rails_db_command.rb', line 17 def adapter @adapter end |
#configuration_hash ⇒ Object
Returns the value of attribute configuration_hash
17 18 19 |
# File 'lib/umbrellio_sequel_plugins/rails_db_command.rb', line 17 def configuration_hash @configuration_hash end |
#database ⇒ Object
Returns the value of attribute database
17 18 19 |
# File 'lib/umbrellio_sequel_plugins/rails_db_command.rb', line 17 def database @database end |