Class: Rails::DBConsole::DBConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/umbrellio_sequel_plugins/rails_db_command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#adapterObject

Returns the value of attribute adapter

Returns:

  • (Object)

    the current value of adapter



17
18
19
# File 'lib/umbrellio_sequel_plugins/rails_db_command.rb', line 17

def adapter
  @adapter
end

#configuration_hashObject

Returns the value of attribute configuration_hash

Returns:

  • (Object)

    the current value of configuration_hash



17
18
19
# File 'lib/umbrellio_sequel_plugins/rails_db_command.rb', line 17

def configuration_hash
  @configuration_hash
end

#databaseObject

Returns the value of attribute database

Returns:

  • (Object)

    the current value of database



17
18
19
# File 'lib/umbrellio_sequel_plugins/rails_db_command.rb', line 17

def database
  @database
end