Class: Scaptimony::ArfReportRaw

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/scaptimony/arf_report_raw.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



12
13
14
15
16
17
18
# File 'app/models/scaptimony/arf_report_raw.rb', line 12

def to_html
  arf = build_arf
  html = arf.html
  arf.destroy
  OpenSCAP.oscap_cleanup
  html
end