Class: Nacha::Formatter::HtmlFormatter
- Defined in:
- lib/nacha/formatter/html_formatter.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Nacha::Formatter::Base
Instance Method Details
#format ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/nacha/formatter/html_formatter.rb', line 8 def format [ html_preamble, file_statistics_html, records_html, html_postamble ].join("\n") end |