Class: Exwiw::ConnectionConfig
- Inherits:
-
Struct
- Object
- Struct
- Exwiw::ConnectionConfig
- Defined in:
- lib/exwiw.rb
Instance Attribute Summary collapse
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#database_name ⇒ Object
Returns the value of attribute database_name.
-
#host ⇒ Object
Returns the value of attribute host.
-
#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
#adapter ⇒ Object
Returns the value of attribute adapter
29 30 31 |
# File 'lib/exwiw.rb', line 29 def adapter @adapter end |
#database_name ⇒ Object
Returns the value of attribute database_name
29 30 31 |
# File 'lib/exwiw.rb', line 29 def database_name @database_name end |
#host ⇒ Object
Returns the value of attribute host
29 30 31 |
# File 'lib/exwiw.rb', line 29 def host @host end |
#password ⇒ Object
Returns the value of attribute password
29 30 31 |
# File 'lib/exwiw.rb', line 29 def password @password end |
#port ⇒ Object
Returns the value of attribute port
29 30 31 |
# File 'lib/exwiw.rb', line 29 def port @port end |
#user ⇒ Object
Returns the value of attribute user
29 30 31 |
# File 'lib/exwiw.rb', line 29 def user @user end |