Class: Databases::Utilities::DatabaseConfig
- Defined in:
- lib/story_teller/database.rb
Instance Attribute Summary collapse
-
#database ⇒ Object
Returns the value of attribute database.
-
#host ⇒ Object
Returns the value of attribute host.
-
#logger_level ⇒ Object
Returns the value of attribute logger_level.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#schema ⇒ Object
Returns the value of attribute schema.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#database ⇒ Object
Returns the value of attribute database
325 326 327 |
# File 'lib/story_teller/database.rb', line 325 def database @database end |
#host ⇒ Object
Returns the value of attribute host
325 326 327 |
# File 'lib/story_teller/database.rb', line 325 def host @host end |
#logger_level ⇒ Object
Returns the value of attribute logger_level
325 326 327 |
# File 'lib/story_teller/database.rb', line 325 def logger_level @logger_level end |
#password ⇒ Object
Returns the value of attribute password
325 326 327 |
# File 'lib/story_teller/database.rb', line 325 def password @password end |
#port ⇒ Object
Returns the value of attribute port
325 326 327 |
# File 'lib/story_teller/database.rb', line 325 def port @port end |
#schema ⇒ Object
Returns the value of attribute schema
325 326 327 |
# File 'lib/story_teller/database.rb', line 325 def schema @schema end |
#user ⇒ Object
Returns the value of attribute user
325 326 327 |
# File 'lib/story_teller/database.rb', line 325 def user @user end |