Sha256: 0eb9e7ac300b209971960009fda1a3e0bb2b84f3d7f9b22e7d56656cb181d77d
Contents?: true
Size: 419 Bytes
Versions: 2
Compression:
Stored size: 419 Bytes
Contents
module ACH # Responsible for record-specific functionality for most record types, # handled by several subclasses. Record types handled outside this module # include: ACH::File::Header, ACH::File::Control, ACH::Batch::Header, # ACH::Batch::Control module Record extend ActiveSupport::Autoload autoload :Addenda autoload :Base autoload :Dynamic autoload :Entry autoload :Tail end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ach_builder-0.2.2 | lib/ach/record.rb |
ach_builder-0.2.1 | lib/ach/record.rb |