Sha256: 7f200d2f6587cbabc2f574fb7ac232e7d57f88c6f54932a894094cb5b888ea33

Contents?: true

Size: 471 Bytes

Versions: 43

Compression:

Stored size: 471 Bytes

Contents

class ProductLineIndustryProduct < ActiveRecord::Base
  extend Earth::Base
  set_primary_key :row_hash
  
  belongs_to :product_line,     :foreign_key => 'ps_code'
  belongs_to :industry_product, :foreign_key => 'naics_product_code'

  def self.schema_definition
    lambda do
      string 'row_hash'
      string 'ps_code'
      float  'ratio'
      string 'naics_product_code'
    end
  end

  data_miner do
    ProductLineIndustryProduct.define_schema(self)
  end
end

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
earth-0.5.0 lib/earth/industry/product_line_industry_product.rb
earth-0.4.12 lib/earth/industry/product_line_industry_product.rb
earth-0.4.11 lib/earth/industry/product_line_industry_product.rb
earth-0.4.10 lib/earth/industry/product_line_industry_product.rb
earth-0.4.9 lib/earth/industry/product_line_industry_product.rb
earth-0.4.8 lib/earth/industry/product_line_industry_product.rb
earth-0.4.7 lib/earth/industry/product_line_industry_product.rb
earth-0.4.6 lib/earth/industry/product_line_industry_product.rb
earth-0.4.5 lib/earth/industry/product_line_industry_product.rb
earth-0.4.4 lib/earth/industry/product_line_industry_product.rb
earth-0.4.3 lib/earth/industry/product_line_industry_product.rb
earth-0.4.2 lib/earth/industry/product_line_industry_product.rb
earth-0.4.1 lib/earth/industry/product_line_industry_product.rb
earth-0.4.0 lib/earth/industry/product_line_industry_product.rb
earth-0.3.15 lib/earth/industry/product_line_industry_product.rb
earth-0.3.14 lib/earth/industry/product_line_industry_product.rb
earth-0.3.13 lib/earth/industry/product_line_industry_product.rb
earth-0.3.11 lib/earth/industry/product_line_industry_product.rb
earth-0.3.10 lib/earth/industry/product_line_industry_product.rb
earth-0.3.9 lib/earth/industry/product_line_industry_product.rb