Class: Databases::Utilities::DatabaseConfig

Inherits:
Struct
  • #Object
show all
Defined in:
lib/story_teller/database.rb

Instance Attribute Summary collapse

Instance Attribute Details

#databaseObject

Returns the value of attribute database

Returns:

  • (Object)

    the current value of database



325
326
327
# File 'lib/story_teller/database.rb', line 325

def database
  @database
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



325
326
327
# File 'lib/story_teller/database.rb', line 325

def host
  @host
end

#logger_levelObject

Returns the value of attribute logger_level

Returns:

  • (Object)

    the current value of logger_level



325
326
327
# File 'lib/story_teller/database.rb', line 325

def logger_level
  @logger_level
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



325
326
327
# File 'lib/story_teller/database.rb', line 325

def password
  @password
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



325
326
327
# File 'lib/story_teller/database.rb', line 325

def port
  @port
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



325
326
327
# File 'lib/story_teller/database.rb', line 325

def schema
  @schema
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



325
326
327
# File 'lib/story_teller/database.rb', line 325

def user
  @user
end