Sha256: 0201ded049de73bc77fab4f98d244314a09ebda8222bd8b18681cac7cb425d71

Contents?: true

Size: 157 Bytes

Versions: 22

Compression:

Stored size: 157 Bytes

Contents

module ETL #:nodoc:
  module Execution #:nodoc:
    # Persistent class representing an ETL job
    class Job < Base
      belongs_to :batch
    end
  end
end

Version data entries

22 entries across 22 versions & 9 rubygems

Version Path
activewarehouse-etl-0.9.0 lib/etl/execution/job.rb
activewarehouse-etl-0.9.1 lib/etl/execution/job.rb