Sha256: edf245cc52884608bdbcf23edc1e6b013c03ae28016fb20d669cdef4fe72f9ae
Contents?: true
Size: 291 Bytes
Versions: 2
Compression:
Stored size: 291 Bytes
Contents
require_relative 'strategy/base' require_relative 'strategy/import_new_record' require_relative 'strategy/update_record' require_relative 'strategy/create_or_update_record' require_relative 'strategy/import_status' module Topographer class Importer module Strategy end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
topographer-0.0.9 | lib/topographer/importer/strategy.rb |
topographer-0.0.8 | lib/topographer/importer/strategy.rb |