Class: Topographer::Importer::Input::Base
- Inherits:
-
Object
- Object
- Topographer::Importer::Input::Base
- Defined in:
- lib/topographer/importer/input/base.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#each ⇒ Object
10 11 12 |
# File 'lib/topographer/importer/input/base.rb', line 10 def each raise NotImplementedError end |
#get_header ⇒ Object
2 3 4 |
# File 'lib/topographer/importer/input/base.rb', line 2 def get_header raise NotImplementedError end |
#input_identifier ⇒ Object
6 7 8 |
# File 'lib/topographer/importer/input/base.rb', line 6 def input_identifier raise NotImplementedError end |