Sha256: 6dd4ccc0f37b1b6ebd559c5f8b7cca02eab2d9434bfa4aa2570ae1dd71e0b217
Contents?: true
Size: 397 Bytes
Versions: 8
Compression:
Stored size: 397 Bytes
Contents
require "io/console" require "netrc" module ADPDownloader MACHINE_NAME = "adp-downloader" BASE_URL = "https://my.adp.com" TARGET_URL = "#{BASE_URL}/static/redbox/" LOGIN_URL = "https://agateway.adp.com/siteminderagent/forms/login.fcc" PAY_STATEMENTS_PATH = "/v1_0/O/A/payStatements?adjustments=yes&numberoflastpaydates=100" TAX_STATEMENTS_PATH = "/v1_0/O/A/workerTaxStatements" end
Version data entries
8 entries across 8 versions & 1 rubygems