Class: AtlConfig::DBInfo

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

Overview

Struct containing database connection info.

Instance Attribute Summary collapse

Instance Attribute Details

#databaseObject

Returns the value of attribute database

Returns:

  • (Object)

    the current value of database



10
11
12
# File 'lib/atl_config.rb', line 10

def database
  @database
end

#datasourceObject

Returns the value of attribute datasource

Returns:

  • (Object)

    the current value of datasource



10
11
12
# File 'lib/atl_config.rb', line 10

def datasource
  @datasource
end

#dbtypeObject

Returns the value of attribute dbtype

Returns:

  • (Object)

    the current value of dbtype



10
11
12
# File 'lib/atl_config.rb', line 10

def dbtype
  @dbtype
end

#dburlObject

Returns the value of attribute dburl

Returns:

  • (Object)

    the current value of dburl



10
11
12
# File 'lib/atl_config.rb', line 10

def dburl
  @dburl
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



10
11
12
# File 'lib/atl_config.rb', line 10

def host
  @host
end

#jdbcurlObject

Returns the value of attribute jdbcurl

Returns:

  • (Object)

    the current value of jdbcurl



10
11
12
# File 'lib/atl_config.rb', line 10

def jdbcurl
  @jdbcurl
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



10
11
12
# File 'lib/atl_config.rb', line 10

def password
  @password
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



10
11
12
# File 'lib/atl_config.rb', line 10

def port
  @port
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



10
11
12
# File 'lib/atl_config.rb', line 10

def user
  @user
end