class Cable::HabitatSettings
- Cable::HabitatSettings
- Reference
- Object
Defined in:
cable.crClass Method Summary
- .backend_class : Cable::BackendCore.class
- .backend_class=(value : Cable::BackendCore.class)
-
.backend_class?
Used for checking missing settings on non-nilable types It's advised to use backend_class in your apps to ensure the propper type is checked.
- .disable_sec_websocket_protocol_header : Bool
- .disable_sec_websocket_protocol_header=(value : Bool)
-
.disable_sec_websocket_protocol_header?
Used for checking missing settings on non-nilable types It's advised to use disable_sec_websocket_protocol_header in your apps to ensure the propper type is checked.
- .on_error : Proc(Exception, String, Nil)
- .on_error=(value : Proc(Exception, String, Nil))
-
.on_error?
Used for checking missing settings on non-nilable types It's advised to use on_error in your apps to ensure the propper type is checked.
- .pool_redis_publish : Bool
- .pool_redis_publish=(value : Bool)
-
.pool_redis_publish?
Used for checking missing settings on non-nilable types It's advised to use pool_redis_publish in your apps to ensure the propper type is checked.
- .redis_ping_interval : Time::Span
- .redis_ping_interval=(value : Time::Span)
-
.redis_ping_interval?
Used for checking missing settings on non-nilable types It's advised to use redis_ping_interval in your apps to ensure the propper type is checked.
- .redis_pool_size : Int32
- .redis_pool_size=(value : Int32)
-
.redis_pool_size?
Used for checking missing settings on non-nilable types It's advised to use redis_pool_size in your apps to ensure the propper type is checked.
- .redis_pool_timeout : Float64
- .redis_pool_timeout=(value : Float64)
-
.redis_pool_timeout?
Used for checking missing settings on non-nilable types It's advised to use redis_pool_timeout in your apps to ensure the propper type is checked.
- .restart_error_allowance : Int32
- .restart_error_allowance=(value : Int32)
-
.restart_error_allowance?
Used for checking missing settings on non-nilable types It's advised to use restart_error_allowance in your apps to ensure the propper type is checked.
- .route : String
- .route=(value : String)
-
.route?
Used for checking missing settings on non-nilable types It's advised to use route in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
- .token : String
- .token=(value : String)
-
.token?
Used for checking missing settings on non-nilable types It's advised to use token in your apps to ensure the propper type is checked.
- .url : String
- .url=(value : String)
-
.url?
Used for checking missing settings on non-nilable types It's advised to use url 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 backend_class in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use disable_sec_websocket_protocol_header in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use on_error 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_redis_publish in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use redis_ping_interval in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use redis_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 redis_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 restart_error_allowance in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use route in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use token in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use url in your apps to ensure the propper type is checked.