class ActionController::Session::HabitatSettings
- ActionController::Session::HabitatSettings
- Reference
- Object
Defined in:
action-controller/session.crClass Method Summary
- .domain : String | Nil
- .domain=(value : String | Nil)
-
.domain?
Used for checking missing settings on non-nilable types It's advised to use domain in your apps to ensure the propper type is checked.
- .encrypted : Bool
- .encrypted=(value : Bool)
-
.encrypted?
Used for checking missing settings on non-nilable types It's advised to use encrypted in your apps to ensure the propper type is checked.
- .key : String
- .key=(value : String)
-
.key?
Used for checking missing settings on non-nilable types It's advised to use key in your apps to ensure the propper type is checked.
- .max_age : Int32
- .max_age=(value : Int32)
-
.max_age?
Used for checking missing settings on non-nilable types It's advised to use max_age in your apps to ensure the propper type is checked.
- .path : String
- .path=(value : String)
-
.path?
Used for checking missing settings on non-nilable types It's advised to use path in your apps to ensure the propper type is checked.
- .secret : String
- .secret=(value : String)
-
.secret?
Used for checking missing settings on non-nilable types It's advised to use secret in your apps to ensure the propper type is checked.
- .secure : Bool
- .secure=(value : Bool)
-
.secure?
Used for checking missing settings on non-nilable types It's advised to use secure in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
Used for checking missing settings on non-nilable types It's advised to use domain in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use encrypted in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use key in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use max_age in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use path in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use secret in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use secure in your apps to ensure the propper type is checked.