class Topographer::Importer::Input::Base

Public Instance Methods

each() click to toggle source
# File lib/topographer/importer/input/base.rb, line 13
def each
  raise NotImplementedError
end
failure_message() click to toggle source
# File lib/topographer/importer/input/base.rb, line 21
def failure_message
  ''
end
get_header() click to toggle source
# File lib/topographer/importer/input/base.rb, line 5
def get_header
  raise NotImplementedError
end
importable?() click to toggle source
# File lib/topographer/importer/input/base.rb, line 17
def importable?
  true
end
input_identifier() click to toggle source
# File lib/topographer/importer/input/base.rb, line 9
def input_identifier
  raise NotImplementedError
end