Method: FilterTable::Factory#initialize
- Defined in:
- lib/utils/filter.rb
#initialize ⇒ Factory
Returns a new instance of Factory.
137 138 139 140 |
# File 'lib/utils/filter.rb', line 137 def initialize @accessors = [] @connectors = {} end |