Sha256: b694d5d1785d22c8d9f07423042f0b841f7b5cfca16e78f54fd46894091ea00f

Contents?: true

Size: 214 Bytes

Versions: 1

Compression:

Stored size: 214 Bytes

Contents

module ETL #:nodoc:
  module Execution #:nodoc:
    # Persistent class representing an ETL job
    class Job < Base
      belongs_to :batch
      attr_accessible :control_file, :status, :batch_id
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activewarehouse-etl-1.0.0 lib/etl/execution/job.rb