Sha256: 2cff543b2b21eb79ff4bbe44f7ada1be30a6c04c51ac5f0c98eee0475bd7c9b4

Contents?: true

Size: 351 Bytes

Versions: 6

Compression:

Stored size: 351 Bytes

Contents

class Sector < ActiveRecord::Base
  set_primary_key :io_code

  has_many :product_lines_sectors, :class_name => 'ProductLinesSectors', :foreign_key => 'io_code'

  data_miner do
    schema Earth.database_options do
      string 'io_code'
      string 'description'
      float  'emission_factor'
      string 'emission_factor_units'
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
earth-0.0.26 lib/earth/industry/sector.rb
earth-0.0.24 lib/earth/industry/sector.rb
earth-0.0.23 lib/earth/industry/sector.rb
earth-0.0.22 lib/earth/industry/sector.rb
earth-0.0.21 lib/earth/industry/sector.rb
earth-0.0.20 lib/earth/industry/sector.rb