class Lucky::CookieJar::HabitatSettings
Defined in:
lucky/cookies/cookie_jar.crClass Method Summary
- .on_set : HTTP::Cookie -> HTTP::Cookie | Nil
- .on_set=(value : HTTP::Cookie -> HTTP::Cookie | Nil)
-
.on_set?
Used for checking missing settings on non-nilable types It's advised to use on_set in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
def self.on_set?
#
Used for checking missing settings on non-nilable types It's advised to use on_set in your apps to ensure the propper type is checked.