Method: DatabaseHelper::SQLColumn#initialize
- Defined in:
- lib/utils/database_helpers.rb
#initialize(row, name) ⇒ SQLColumn
Returns a new instance of SQLColumn.
7 8 9 10 |
# File 'lib/utils/database_helpers.rb', line 7 def initialize(row, name) @row = row @name = name end |