Class: Sqreen::Ecosystem::Databases::DatabaseConnectionData
- Inherits:
-
Object
- Object
- Sqreen::Ecosystem::Databases::DatabaseConnectionData
show all
- Includes:
- ModuleApi::Tracing::ClientData
- Defined in:
- lib/sqreen/ecosystem/databases/database_connection_data.rb
Instance Attribute Summary collapse
#host, #ip, #tracing_identifier, #transport
Method Summary
#initialize
Instance Attribute Details
#db ⇒ String
24
25
26
|
# File 'lib/sqreen/ecosystem/databases/database_connection_data.rb', line 24
def db
@db
end
|
#port ⇒ Integer
15
16
17
|
# File 'lib/sqreen/ecosystem/databases/database_connection_data.rb', line 15
def port
@port
end
|
#unix_socket ⇒ String
18
19
20
|
# File 'lib/sqreen/ecosystem/databases/database_connection_data.rb', line 18
def unix_socket
@unix_socket
end
|
#username ⇒ String
21
22
23
|
# File 'lib/sqreen/ecosystem/databases/database_connection_data.rb', line 21
def username
@username
end
|