Module: Dradis::Plugins::CSV
- Defined in:
- lib/dradis/plugins/csv.rb,
lib/dradis/plugins/csv/engine.rb,
lib/dradis/plugins/csv/version.rb,
lib/dradis/plugins/csv/importer.rb,
lib/dradis/plugins/csv/gem_version.rb,
app/jobs/dradis/plugins/csv/mapping_import_job.rb,
app/controllers/dradis/plugins/csv/upload_controller.rb
Defined Under Namespace
Modules: VERSION Classes: Engine, FileExtensionError, Importer, MappingImportJob, UploadController
Class Method Summary collapse
-
.gem_version ⇒ Object
Returns the version of the currently loaded Dradis as a
Gem::Version
. -
.version ⇒ Object
Returns the version of the currently loaded CSV as a
Gem::Version
.
Class Method Details
.gem_version ⇒ Object
Returns the version of the currently loaded Dradis as a Gem::Version
5 6 7 |
# File 'lib/dradis/plugins/csv/gem_version.rb', line 5 def self.gem_version Gem::Version.new VERSION::STRING end |
.version ⇒ Object
Returns the version of the currently loaded CSV as a Gem::Version
.
8 9 10 |
# File 'lib/dradis/plugins/csv/version.rb', line 8 def self.version gem_version end |