Sha256: 9fde601111d07c8adb496fd7f3af6b554a589536979123ab17312b1710c349c4
Contents?: true
Size: 419 Bytes
Versions: 2
Compression:
Stored size: 419 Bytes
Contents
module Topographer class Importer module Input class Base def get_header raise NotImplementedError end def input_identifier raise NotImplementedError end def each raise NotImplementedError end def importable? true end def failure_message '' end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
topographer-0.0.9 | lib/topographer/importer/input/base.rb |
topographer-0.0.8 | lib/topographer/importer/input/base.rb |