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