Sha256: 282923b7f3bec433e2360a1ee752a6ac6ba6ec7a5e3c007644ee824850371b61
Contents?: true
Size: 208 Bytes
Versions: 4
Compression:
Stored size: 208 Bytes
Contents
module Tableficate class SelectFilter < Filter attr_reader :choices def initialize(table, name, choices, options = {}) super(table, name, options) @choices = choices end end end
Version data entries
4 entries across 4 versions & 1 rubygems