Class: Auger::CqlRequest

Inherits:
Request show all
Defined in:
lib/plugins/cql.rb

Instance Attribute Summary

Attributes inherited from Request

#arg, #before_tests_proc, #tests

Instance Method Summary collapse

Methods inherited from Request

#Result, #before_tests, #do_run, #initialize, load, #test

Constructor Details

This class inherits a constructor from Auger::Request

Instance Method Details

#run(db) ⇒ Object



26
27
28
# File 'lib/plugins/cql.rb', line 26

def run(db)
  db.execute(@arg)
end