Sha256: 8e361fbfc702580e01d69415870ca6e25b0b50c29f95484d6f29784affb48eba

Contents?: true

Size: 265 Bytes

Versions: 1

Compression:

Stored size: 265 Bytes

Contents

module ETL #:nodoc:
  module Execution #:nodoc:
    # Persistent class representing an ETL batch
    class Batch < Base
      belongs_to :batch
      has_many :batches
      has_many :jobs
      attr_accessible :batch_file, :status, :completed_at
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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