Method: DatabaseHelper::SQLRow#initialize
- Defined in:
- lib/utils/database_helpers.rb
#initialize(query, row) ⇒ SQLRow
Returns a new instance of SQLRow.
22 23 24 25 |
# File 'lib/utils/database_helpers.rb', line 22 def initialize(query, row) @query = query @row = row end |