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
37 38 39 |
# File 'lib/exwiw.rb', line 37 def adapter @adapter end |
#database_name ⇒ Object
Returns the value of attribute database_name
37 38 39 |
# File 'lib/exwiw.rb', line 37 def database_name @database_name end |
#host ⇒ Object
Returns the value of attribute host
37 38 39 |
# File 'lib/exwiw.rb', line 37 def host @host end |
#password ⇒ Object
Returns the value of attribute password
37 38 39 |
# File 'lib/exwiw.rb', line 37 def password @password end |
#port ⇒ Object
Returns the value of attribute port
37 38 39 |
# File 'lib/exwiw.rb', line 37 def port @port end |
#user ⇒ Object
Returns the value of attribute user
37 38 39 |
# File 'lib/exwiw.rb', line 37 def user @user end |