Module: Topographer::Importer::Importable

Defined in:
lib/topographer/importer/importable.rb

Instance Method Summary collapse

Instance Method Details

#get_mapper(strategy) ⇒ Object

Raises:

  • (NotImplementedError)


2
3
4
# File 'lib/topographer/importer/importable.rb', line 2

def get_mapper(strategy)
  raise NotImplementedError
end