class Telegram::HabitatSettings
- Telegram::HabitatSettings
- Reference
- Object
Defined in:
telegram/config.crClass Method Summary
- .endpoint : String
- .endpoint=(value : String)
-
.endpoint?
Used for checking missing settings on non-nilable types It's advised to use endpoint in your apps to ensure the propper type is checked.
- .initial_pool_size : Int32
- .initial_pool_size=(value : Int32)
-
.initial_pool_size?
Used for checking missing settings on non-nilable types It's advised to use initial_pool_size in your apps to ensure the propper type is checked.
- .pool_capacity : Int32
- .pool_capacity=(value : Int32)
-
.pool_capacity?
Used for checking missing settings on non-nilable types It's advised to use pool_capacity 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.
- .proxy : HTTP::Proxy | Nil
- .proxy=(value : HTTP::Proxy | Nil)
-
.proxy?
Used for checking missing settings on non-nilable types It's advised to use proxy in your apps to ensure the propper type is checked.
- .proxy_uri : String | URI | Nil
- .proxy_uri=(value : String | URI | Nil)
-
.proxy_uri?
Used for checking missing settings on non-nilable types It's advised to use proxy_uri in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
Used for checking missing settings on non-nilable types It's advised to use endpoint in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use initial_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_capacity 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 proxy in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use proxy_uri in your apps to ensure the propper type is checked.