Module: DbExportDataService
- Defined in:
- lib/metasploit/framework/data_service/stubs/db_export_service.rb
Instance Method Summary collapse
Instance Method Details
#run_db_export(path, format) ⇒ Object
2 3 4 |
# File 'lib/metasploit/framework/data_service/stubs/db_export_service.rb', line 2 def run_db_export(path, format) raise 'DbExportDataService#run_db_export is not implemented' end |