Module: PPIUProvider
- Included in:
- EvssPPIUProvider, LighthousePPIUProvider
- Defined in:
- lib/disability_compensation/providers/ppiu_direct_deposit/ppiu_provider.rb
Class Method Summary collapse
Class Method Details
.get_payment_information(_client_id = nil, _rsa_key_path = nil) ⇒ Object
4 5 6 |
# File 'lib/disability_compensation/providers/ppiu_direct_deposit/ppiu_provider.rb', line 4 def self.get_payment_information(_client_id = nil, _rsa_key_path = nil) raise NotImplementedError, 'Do not use base module methods. Override this method in implementation class.' end |