class Cable::HabitatSettings
- Cable::HabitatSettings
- Reference
- Object
Defined in:
cable.crClass Method Summary
- .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.
- .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_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.
- .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 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 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_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 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.