Class: Telegram::Bot::Configuration
- Inherits:
-
Object
- Object
- Telegram::Bot::Configuration
- Defined in:
- sig/telegram/bot/core.rbs
Instance Attribute Summary collapse
-
#adapter ⇒ Symbol
Returns the value of attribute adapter.
-
#adapter_options ⇒ Hash[Symbol, untyped]?
Returns the value of attribute adapter_options.
-
#connection_open_timeout ⇒ Numeric
Returns the value of attribute connection_open_timeout.
-
#connection_timeout ⇒ Numeric
Returns the value of attribute connection_timeout.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
16 |
# File 'sig/telegram/bot/core.rbs', line 16
def initialize: () -> void
|
Instance Attribute Details
#adapter ⇒ Symbol
Returns the value of attribute adapter.
11 12 13 |
# File 'sig/telegram/bot/core.rbs', line 11 def adapter @adapter end |
#adapter_options ⇒ Hash[Symbol, untyped]?
Returns the value of attribute adapter_options.
12 13 14 |
# File 'sig/telegram/bot/core.rbs', line 12 def @adapter_options end |
#connection_open_timeout ⇒ Numeric
Returns the value of attribute connection_open_timeout.
13 14 15 |
# File 'sig/telegram/bot/core.rbs', line 13 def connection_open_timeout @connection_open_timeout end |
#connection_timeout ⇒ Numeric
Returns the value of attribute connection_timeout.
14 15 16 |
# File 'sig/telegram/bot/core.rbs', line 14 def connection_timeout @connection_timeout end |