Module: IntentToFileProvider

Included in:
EvssIntentToFileProvider, LighthouseIntentToFileProvider
Defined in:
lib/disability_compensation/providers/intent_to_file/intent_to_file_provider.rb

Class Method Summary collapse

Class Method Details

.create_intent_to_file(type) ⇒ Object

Raises:

  • (NotImplementedError)


8
9
10
# File 'lib/disability_compensation/providers/intent_to_file/intent_to_file_provider.rb', line 8

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

.get_intent_to_fileObject

Raises:

  • (NotImplementedError)


4
5
6
# File 'lib/disability_compensation/providers/intent_to_file/intent_to_file_provider.rb', line 4

def self.get_intent_to_file
  raise NotImplementedError, 'Do not use base module methods. Override this method in implementation class.'
end