Class: FinApps::REST::VerixPdfDocuments
- Inherits:
-
FinAppsCore::REST::Resources
- Object
- FinAppsCore::REST::Resources
- FinApps::REST::VerixPdfDocuments
- Defined in:
- lib/finapps/rest/verix/verix_pdf_documents.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#show(record_id, provider_id) ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/finapps/rest/verix/verix_pdf_documents.rb', line 6 def show(record_id, provider_id) not_blank(record_id, :record_id) not_blank(provider_id, :provider_id) path = "v/record/#{ERB::Util.url_encode(record_id)}/file/#{ERB::Util.url_encode(provider_id)}" super(nil, path) end |