Class: Exwiw::ConnectionConfig

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

Instance Attribute Summary collapse

Instance Attribute Details

#adapterObject

Returns the value of attribute adapter

Returns:

  • (Object)

    the current value of adapter



37
38
39
# File 'lib/exwiw.rb', line 37

def adapter
  @adapter
end

#database_nameObject

Returns the value of attribute database_name

Returns:

  • (Object)

    the current value of database_name



37
38
39
# File 'lib/exwiw.rb', line 37

def database_name
  @database_name
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



37
38
39
# File 'lib/exwiw.rb', line 37

def host
  @host
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



37
38
39
# File 'lib/exwiw.rb', line 37

def password
  @password
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



37
38
39
# File 'lib/exwiw.rb', line 37

def port
  @port
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



37
38
39
# File 'lib/exwiw.rb', line 37

def user
  @user
end