class LuckySearch::Client::HabitatSettings
- LuckySearch::Client::HabitatSettings
- Reference
- Object
Defined in:
lucky_search/client.crClass Method Summary
- .host : String
- .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 : Int32
- .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.
- .pool_size : Int32
- .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 : Float64
- .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 : Bool
- .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 : Int32
- .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 : Bool
- .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 | Nil
- .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.
Class Method Detail
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.
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.
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.
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.
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.
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.
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.
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.