| Module | Ruport::Formatter::RenderingTools |
| In: |
lib/ruport/formatter.rb
|
Provides shortcuts so that you can use Ruport’s default rendering capabilities within your custom formatters
Uses Controller::Group to render the Group object with the given options.
Sets the :io attribute by default to the existing formatter’s output object.
Uses Controller::Grouping to render the Grouping object with the given options.
Sets the :io attribute by default to the existing formatter’s output object.
Uses Controller::Row to render the Row object with the given options.
Sets the :io attribute by default to the existing formatter’s output object.
Uses Controller::Table to render the Table object with the given options.
Sets the :io attribute by default to the existing formatter’s output object.