Sha256: aff166065b06dc617c415556a8fb44d0e27d7aaf95e0d6ea2d3d14b180b5361e
Contents?: true
Size: 309 Bytes
Versions: 2
Compression:
Stored size: 309 Bytes
Contents
require "adp-downloader/statement/statement" module ADPDownloader class TaxStatement < Statement def id _("statementID") end def date _("statementYear.year") end def employer _("employerName") end def json_uri _("statementUri.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/tax_statement.rb |
adp-downloader-0.2.0 | lib/adp-downloader/statement/tax_statement.rb |