class Telegram::HabitatSettings

Defined in:

telegram/config.cr

Class Method Summary

Class Method Detail

def self.endpoint : String #

def self.endpoint=(value : String) #

def self.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.


def self.initial_pool_size : Int32 #

def self.initial_pool_size=(value : Int32) #

def self.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.


def self.pool_capacity : Int32 #

def self.pool_capacity=(value : Int32) #

def self.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.


def self.pool_timeout : Float64 #

def self.pool_timeout=(value : Float64) #

def self.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.


def self.proxy : HTTP::Proxy | Nil #

def self.proxy=(value : HTTP::Proxy | Nil) #

def self.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.


def self.proxy_uri : String | URI | Nil #

def self.proxy_uri=(value : String | URI | Nil) #

def self.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.


def self.to_h #

Generates a hash using the provided values