class

ActionController::Session::HabitatSettings

Inherits Reference < Object

Class methods

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