class Crack::Handler::Base

Overview

The base class for Crack handlers. This extension provides a singleton method and ability to configure each handler.

Included Modules

Direct Known Subclasses

Defined in:

crack/base.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.config(&) #

Ability to configure the singleton instance from the class


[View source]

Instance Method Detail

def call(context) #

Execution of this handler.


[View source]
def config(&) #

Ability to configure the instance directly


[View source]