Method: DatabaseHelper::SQLRow#initialize
- Defined in:
- lib/inspec/utils/database_helpers.rb
#initialize(query, row) ⇒ SQLRow
Returns a new instance of SQLRow.
18 19 20 21 |
# File 'lib/inspec/utils/database_helpers.rb', line 18 def initialize(query, row) @query = query @row = row end |