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