Sha256: 49c0ced7d72001441c8b52970d72306ded9d6836ae76a37d1e191737ba11b9ef
Contents?: true
Size: 386 Bytes
Versions: 2
Compression:
Stored size: 386 Bytes
Contents
require "adp-downloader/statement/statement" module ADPDownloader class PayStatement < Statement def id File.basename(pdf_uri, ".*") end def file_suffix "adjustment" if adjustment? end def adjustment? _("payAdjustmentIndicator") end def date _("payDate") end def json_uri _("payDetailUri.href") end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adp-downloader-0.2.1 | lib/adp-downloader/statement/pay_statement.rb |
adp-downloader-0.2.0 | lib/adp-downloader/statement/pay_statement.rb |