Method: DatabaseHelper::SQLColumn#initialize
- Defined in:
- lib/inspec/utils/database_helpers.rb
#initialize(row, name) ⇒ SQLColumn
Returns a new instance of SQLColumn.
3 4 5 6 |
# File 'lib/inspec/utils/database_helpers.rb', line 3 def initialize(row, name) @row = row @name = name end |