Sha256: d0751e1d86fe6aaef24608eb8bf7d9daf4e116970ef9778ea13eddfa6a08d272

Contents?: true

Size: 373 Bytes

Versions: 5

Compression:

Stored size: 373 Bytes

Contents

module Imports
  module Runners
    class <%= config[:strategy_class] %>
      include Imports::Runners::Base

      def initialize(file, import_class,  options={})
        setup_runner(file, '<%= config[:import_name] %>', options)
        @strategy_class = Imports::Strategy::<%= config[:strategy_class] %>
        @import_class = import_class
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
topographer-0.0.9 lib/topographer/generators/templates/runner.rb.erb
topographer-0.0.8 lib/topographer/generators/templates/runner.rb.erb
topographer-0.0.7 lib/topographer/generators/templates/runner.rb.erb
topographer-0.0.6 lib/topographer/generators/templates/runner.rb.erb
topographer-0.0.5 lib/topographer/generators/templates/runner.rb.erb