class

RethinkORM::Settings::HabitatSettings

Inherits Reference / Object

Class methods

db
db=(value : String)
db?

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

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.

lock_expire
lock_expire=(value : Time::Span)
lock_expire?

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

lock_timeout
lock_timeout=(value : Time::Span)
lock_timeout?

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

password
password=(value : String)
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.

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.

query_retries
query_retries=(value : Int32)
query_retries?

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

retry_attempts
retry_attempts=(value : Int32)
retry_attempts?

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

retry_interval
retry_interval=(value : Time::Span)
retry_interval?

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

to_h

Generates a hash using the provided values

user
user=(value : String)
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.