Class: Ronin::Recon::OutputFormats::SVG

Inherits:
GraphvizFormat
  • Object
show all
Defined in:
lib/ronin/recon/output_formats/svg.rb

Overview

Represents a GraphViz SVG (.svg) output format.

Instance Attribute Summary

Attributes inherited from GraphvizFormat

#dot_file, #dot_output

Instance Method Summary collapse

Methods inherited from GraphvizFormat

#<<, #[]=, #close, #initialize

Methods included from GraphFormat

#[]=

Constructor Details

This class inherits a constructor from Ronin::Recon::OutputFormats::GraphvizFormat

Instance Method Details

#format:svg

The desired GraphViz output format.

Returns:

  • (:svg)


36
37
38
# File 'lib/ronin/recon/output_formats/svg.rb', line 36

def format
  :svg
end