Module: GeneratePdfProvider

Included in:
EvssGeneratePdfProvider, LighthouseGeneratePdfProvider
Defined in:
lib/disability_compensation/providers/generate_pdf/generate_pdf_provider.rb

Class Method Summary collapse

Class Method Details

.generate_526_pdf(_form_content, _transaction_id) ⇒ Object

Raises:

  • (NotImplementedError)


4
5
6
# File 'lib/disability_compensation/providers/generate_pdf/generate_pdf_provider.rb', line 4

def self.generate_526_pdf(_form_content, _transaction_id)
  raise NotImplementedError, 'Do not use base module methods. Override this method in implementation class.'
end