Class: SNMPTableViewer::Formatter::Raw
- Inherits:
-
SNMPTableViewer::Formatter
- Object
- SNMPTableViewer::Formatter
- SNMPTableViewer::Formatter::Raw
- Defined in:
- lib/snmp_table_viewer/formatter/raw.rb
Overview
Formatting class for raw output.
Instance Method Summary collapse
-
#output ⇒ String
Output the data (and headings if provided).
Methods inherited from SNMPTableViewer::Formatter
Constructor Details
This class inherits a constructor from SNMPTableViewer::Formatter
Instance Method Details
#output ⇒ String
Output the data (and headings if provided).
7 8 9 |
# File 'lib/snmp_table_viewer/formatter/raw.rb', line 7 def output() data_with_headings.inspect end |