Method: Idnow::API::RetrieveIdentifications#download_identification
- Defined in:
- lib/idnow/API/retrieve_identifications.rb
#download_identification(transaction_number:) ⇒ Object
32 33 34 35 |
# File 'lib/idnow/API/retrieve_identifications.rb', line 32 def download_identification(transaction_number:) path = "#{transaction_number}.zip" @sftp_client.download(path) end |