Class: Nacha::Formatter::HtmlFormatter

Inherits:
Base
  • Object
show all
Defined in:
lib/nacha/formatter/html_formatter.rb

Instance Attribute Summary

Attributes inherited from Base

#options, #records

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Nacha::Formatter::Base

Instance Method Details

#formatObject



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