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