Class: ADPDownloader::TaxStatement

Inherits:
Statement
  • Object
show all
Defined in:
lib/adp-downloader/statement/tax_statement.rb

Instance Method Summary collapse

Methods inherited from Statement

#_, #file_suffix, #filename, #full_path, #initialize, #json, #merge, #pdf, #pdf_uri, #year

Constructor Details

This class inherits a constructor from ADPDownloader::Statement

Instance Method Details

#dateObject



7
8
9
# File 'lib/adp-downloader/statement/tax_statement.rb', line 7

def date
  _("statementYear.year")
end

#employerObject



11
12
13
# File 'lib/adp-downloader/statement/tax_statement.rb', line 11

def employer
  _("employerName")
end

#idObject



3
4
5
# File 'lib/adp-downloader/statement/tax_statement.rb', line 3

def id
  _("statementID")
end

#json_uriObject



15
16
17
# File 'lib/adp-downloader/statement/tax_statement.rb', line 15

def json_uri
  _("statementUri.href")
end