Sha256: 897311a85f5eed657adad1ee6fd8d1c322e6b8f380deadf8a59098baa1356b23
Contents?: true
Size: 648 Bytes
Versions: 2
Compression:
Stored size: 648 Bytes
Contents
An easy way to pull your OFX data is with: fi = OFX::FinancialInstitution.get_institution('Chase') fi.set_client(<user>, <pass>) id = fi.get_account_id resp = fi.send(fi.create_request_document_for_cc_statement(id)) If making changes, please test the following to ensure no regressions. That is, the following should return data and no HTTP errors. OFX::FinancialInstitution.get_institution('Capital One').get_anon_profile OFX::FinancialInstitution.get_institution('Citi').get_anon_profile OFX::FinancialInstitution.get_institution('Chase').get_anon_profile OFX::FinancialInstitution.get_institution('AMEX').get_anon_profile
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ofx_for_ruby-0.1.5 | USAGE |
ofx_for_ruby-0.1.4 | USAGE |