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



29
30
31
# File 'lib/exwiw.rb', line 29

def adapter
  @adapter
end

#database_nameObject

Returns the value of attribute database_name

Returns:

  • (Object)

    the current value of database_name



29
30
31
# File 'lib/exwiw.rb', line 29

def database_name
  @database_name
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



29
30
31
# File 'lib/exwiw.rb', line 29

def host
  @host
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



29
30
31
# File 'lib/exwiw.rb', line 29

def password
  @password
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



29
30
31
# File 'lib/exwiw.rb', line 29

def port
  @port
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



29
30
31
# File 'lib/exwiw.rb', line 29

def user
  @user
end