class Amber::Configuration::SessionConfig

Included Modules

Defined in:

amber/configuration/session_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new #

[View source]

Instance Method Detail

def adapter : String #

[View source]
def adapter=(adapter : String) #

[View source]
def expires : Int32 #

[View source]
def expires=(expires : Int32) #

[View source]
def key : String #

[View source]
def key=(key : String) #

[View source]
def store : String #

[View source]
def store=(store : String) #

[View source]
def store_type : Symbol #

[View source]
def validate! : Nil #

[View source]