class Swee::FilterStruct

过滤器

Attributes

actions[RW]
method[RW]
type[RW]

Public Class Methods

new(_t, _m, _a) click to toggle source
# File lib/swee/controller.rb, line 7
def initialize _t, _m, _a
  @type,@method,@actions = _t,_m,_a
end