module Topographer::Importer::Importable

Public Instance Methods

get_mapper(strategy) click to toggle source
# File lib/topographer/importer/importable.rb, line 4
def get_mapper(strategy)
  raise NotImplementedError
end