Class: Nacha::Formatter::MarkdownFormatter

Inherits:
Base
  • Object
show all
Defined in:
lib/nacha/formatter/markdown_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
# File 'lib/nacha/formatter/markdown_formatter.rb', line 8

def format
  [
    file_statistics_markdown,
    records_markdown
  ].join("\n")
end