Method: Tableficate::Filter::InputStart#initialize

Defined in:
lib/tableficate/filters/input_range.rb

#initialize(table, name, options = {}) ⇒ InputStart

Returns a new instance of InputStart.



4
5
6
7
8
# File 'lib/tableficate/filters/input_range.rb', line 4

def initialize(table, name, options = {})
  super(table, name, options)

  @field_name += '[start]'
end