struct Amber::Controller::Filter
- Amber::Controller::Filter
 - Struct
 - Value
 - Object
 
Defined in:
amber/controller/filters.crConstructors
Instance Method Summary
- #action : Symbol
 - #blk : -> Nil
 - #clone
 - #copy_with(precedence _precedence = @precedence, action _action = @action, blk _blk = @blk, excepts _excepts = @excepts)
 - #excepts : Array(Symbol)
 - #precedence : Symbol
 
Constructor Detail
        
        def self.new(precedence : Symbol, action : Symbol, blk :  -> Nil, excepts : Array(Symbol) = [] of Symbol)
        #
      
      
      Instance Method Detail
        
        def copy_with(precedence _precedence = @precedence, action _action = @action, blk _blk = @blk, excepts _excepts = @excepts)
        #