class

Neuroplastic::Client::HabitatSettings

Inherits Reference < Object

Class methods

host
host=(value : String)
host?

Used for checking missing settings on non-nilable types It's advised to use host in your apps to ensure the propper type is checked.

idle_pool_size
idle_pool_size=(value : Int32)
idle_pool_size?

Used for checking missing settings on non-nilable types It's advised to use idle_pool_size in your apps to ensure the propper type is checked.

password
password=(value : String | Nil)
password?

Used for checking missing settings on non-nilable types It's advised to use password in your apps to ensure the propper type is checked.

pool_size
pool_size=(value : Int32)
pool_size?

Used for checking missing settings on non-nilable types It's advised to use pool_size in your apps to ensure the propper type is checked.

pool_timeout
pool_timeout=(value : Float64)
pool_timeout?

Used for checking missing settings on non-nilable types It's advised to use pool_timeout in your apps to ensure the propper type is checked.

pooled
pooled=(value : Bool)
pooled?

Used for checking missing settings on non-nilable types It's advised to use pooled in your apps to ensure the propper type is checked.

port
port=(value : Int32)
port?

Used for checking missing settings on non-nilable types It's advised to use port in your apps to ensure the propper type is checked.

tls
tls=(value : Bool)
tls?

Used for checking missing settings on non-nilable types It's advised to use tls in your apps to ensure the propper type is checked.

to_h

Generates a hash using the provided values

uri
uri=(value : URI | Nil)
uri?

Used for checking missing settings on non-nilable types It's advised to use uri in your apps to ensure the propper type is checked.

user
user=(value : String | Nil)
user?

Used for checking missing settings on non-nilable types It's advised to use user in your apps to ensure the propper type is checked.