Class: Ronin::Recon::OutputFormats::SVG
- Inherits:
-
GraphvizFormat
- Object
- Core::OutputFormats::OutputFile
- GraphvizFormat
- Ronin::Recon::OutputFormats::SVG
- Defined in:
- lib/ronin/recon/output_formats/svg.rb
Overview
Represents a GraphViz SVG (.svg
) output format.
Instance Attribute Summary
Attributes inherited from GraphvizFormat
Instance Method Summary collapse
-
#format ⇒ :svg
The desired GraphViz output format.
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.
36 37 38 |
# File 'lib/ronin/recon/output_formats/svg.rb', line 36 def format :svg end |