class Toku::ColumnFilter
Public Class Methods
new(value, options)
click to toggle source
@param value [Object] initial value for the column @param options [Hash{String => Object}] arguments passed to the filter
# File lib/toku/filters/column_filter.rb, line 5 def initialize(value, options) @value = value end
Public Instance Methods
call()
click to toggle source
# File lib/toku/filters/column_filter.rb, line 9 def call @value end