Module: Dradis::Plugins::HtmlExport

Defined in:
lib/dradis/plugins/html_export.rb,
lib/dradis/plugins/html_export/engine.rb,
lib/dradis/plugins/html_export/version.rb,
lib/dradis/plugins/html_export/exporter.rb,
lib/dradis/plugins/html_export/gem_version.rb,
app/presenters/dradis/plugins/html_export/template_presenter.rb,
app/controllers/dradis/plugins/html_export/reports_controller.rb

Defined Under Namespace

Modules: VERSION Classes: Engine, Exporter, ReportsController, TemplatePresenter

Class Method Summary collapse

Class Method Details

.gem_versionObject

Returns the version of the currently loaded Frontend as a Gem::Version



5
6
7
# File 'lib/dradis/plugins/html_export/gem_version.rb', line 5

def self.gem_version
  Gem::Version.new VERSION::STRING
end

.versionObject

Returns the version of the currently loaded HtmlExport as a Gem::Version.



8
9
10
# File 'lib/dradis/plugins/html_export/version.rb', line 8

def self.version
  gem_version
end