Class: AtlConfig::DBInfo
- Inherits:
-
Struct
- Object
- Struct
- AtlConfig::DBInfo
- Defined in:
- lib/atl_config.rb
Overview
Struct containing database connection info.
Instance Attribute Summary collapse
-
#database ⇒ Object
Returns the value of attribute database.
-
#datasource ⇒ Object
Returns the value of attribute datasource.
-
#dbtype ⇒ Object
Returns the value of attribute dbtype.
-
#dburl ⇒ Object
Returns the value of attribute dburl.
-
#host ⇒ Object
Returns the value of attribute host.
-
#jdbcurl ⇒ Object
Returns the value of attribute jdbcurl.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#database ⇒ Object
Returns the value of attribute database
10 11 12 |
# File 'lib/atl_config.rb', line 10 def database @database end |
#datasource ⇒ Object
Returns the value of attribute datasource
10 11 12 |
# File 'lib/atl_config.rb', line 10 def datasource @datasource end |
#dbtype ⇒ Object
Returns the value of attribute dbtype
10 11 12 |
# File 'lib/atl_config.rb', line 10 def dbtype @dbtype end |
#dburl ⇒ Object
Returns the value of attribute dburl
10 11 12 |
# File 'lib/atl_config.rb', line 10 def dburl @dburl end |
#host ⇒ Object
Returns the value of attribute host
10 11 12 |
# File 'lib/atl_config.rb', line 10 def host @host end |
#jdbcurl ⇒ Object
Returns the value of attribute jdbcurl
10 11 12 |
# File 'lib/atl_config.rb', line 10 def jdbcurl @jdbcurl end |
#password ⇒ Object
Returns the value of attribute password
10 11 12 |
# File 'lib/atl_config.rb', line 10 def password @password end |
#port ⇒ Object
Returns the value of attribute port
10 11 12 |
# File 'lib/atl_config.rb', line 10 def port @port end |
#user ⇒ Object
Returns the value of attribute user
10 11 12 |
# File 'lib/atl_config.rb', line 10 def user @user end |