# File lib/sqlconstructor.rb, line 198 def initialize ( init_hash = nil ) if init_hash.is_a? Hash @name = init_hash[:name] @text = init_hash[:text] @val = init_hash[:val] @val_type = init_hash[:val_type] @type = init_hash[:type] @no_commas = init_hash[:no_commas] end end
Generated with the Darkfish Rdoc Generator 2.