class Lucky::CookieJar::HabitatSettings

Defined in:

lucky/cookies/cookie_jar.cr

Class Method Summary

Instance methods inherited from class Object

blank? : Bool blank?, present? : Bool present?

Class Method Detail

def self.on_set : HTTP::Cookie -> HTTP::Cookie | Nil #

def self.on_set=(value : HTTP::Cookie -> HTTP::Cookie | Nil) #

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.


def self.to_h #

Generates a hash using the provided values